代码更新
This commit is contained in:
@@ -104,7 +104,7 @@ public class PowderOrderQueryServiceImpl implements PowderOrderQueryService {
|
|||||||
public JSONArray getHeader() {
|
public JSONArray getHeader() {
|
||||||
JSONArray jsonResultArr = new JSONArray();
|
JSONArray jsonResultArr = new JSONArray();
|
||||||
|
|
||||||
String classIds = classstandardService.getAllChildIdStr(MaterOptTypeEnum.YL_AND_FL.getClass_idStr());
|
String classIds = classstandardService.getAllChildIdStr(MaterOptTypeEnum.YL_AND_FL_AND_RF.getClass_idStr());
|
||||||
String RF = classstandardService.getAllChildIdStr(MaterOptTypeEnum.RF.getClass_idStr());
|
String RF = classstandardService.getAllChildIdStr(MaterOptTypeEnum.RF.getClass_idStr());
|
||||||
JSONArray resultJSONArray = WQL.getWO("QP_POWDERORDERQUERY01").addParam("flag", "2").addParam("classIds", classIds).process().getResultJSONArray(0);
|
JSONArray resultJSONArray = WQL.getWO("QP_POWDERORDERQUERY01").addParam("flag", "2").addParam("classIds", classIds).process().getResultJSONArray(0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user