|
@ -2538,6 +2538,7 @@ public class MedicinedeviceService extends BaseJpaService<Mediicinedevice, Medi
|
|
"AND t.equ_num = '" + stringObjectMap.get("equNum").toString() + "'\n" +
|
|
"AND t.equ_num = '" + stringObjectMap.get("equNum").toString() + "'\n" +
|
|
"AND (t.state = '1' OR t.state = '21')";
|
|
"AND (t.state = '1' OR t.state = '21')";
|
|
List<Map<String, Object>> inventoryList = hibenateUtils.createSQLQuery(sql);
|
|
List<Map<String, Object>> inventoryList = hibenateUtils.createSQLQuery(sql);
|
|
|
|
stringObjectMap.put("children", inventoryList);
|
|
}
|
|
}
|
|
result.put("msg", JavaBeanUtils.getInstance().mapListJson(deviceList));
|
|
result.put("msg", JavaBeanUtils.getInstance().mapListJson(deviceList));
|
|
return result;
|
|
return result;
|