代码更新
This commit is contained in:
@@ -68,7 +68,7 @@ public class DevicemaintenanceitemsServiceImpl implements Devicemaintenanceitems
|
||||
map.put("classIds", classIds);
|
||||
} else if (ObjectUtil.isNotEmpty(class_idStr)) {
|
||||
String classIds = classstandardService.getAllChildIdStr(class_idStr);
|
||||
map.put("classIds", classIds);
|
||||
map.put("classIds", "");
|
||||
}
|
||||
JSONObject json = WQL.getWO("QEM_BI_DEVICEMAINTAIN001").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "update_time DESC");
|
||||
return json;
|
||||
|
||||
@@ -62,7 +62,7 @@ public class DevicerepairitemsServiceImpl implements DevicerepairitemsService {
|
||||
map.put("classIds", classIds);
|
||||
} else if (ObjectUtil.isNotEmpty(class_idStr)) {
|
||||
String classIds = classstandardService.getAllChildIdStr(class_idStr);
|
||||
map.put("classIds", classIds);
|
||||
map.put("classIds", "");
|
||||
}
|
||||
|
||||
JSONObject json = WQL.getWO("QEM_BI_DEVICEREPAIRITEMS01").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "update_time DESC");
|
||||
|
||||
@@ -61,7 +61,7 @@ public class MaterialbaseServiceImpl implements MaterialbaseService {
|
||||
if (search.contains("\\")) {
|
||||
search = search.replace("\\", "\\\\\\");
|
||||
}
|
||||
map.put("search", search + "%");
|
||||
map.put("search", "%"+search + "%");
|
||||
}
|
||||
|
||||
//处理物料当前节点的所有子节点
|
||||
|
||||
Reference in New Issue
Block a user