This commit is contained in:
2022-09-30 17:26:57 +08:00
4 changed files with 7 additions and 3 deletions

View File

@@ -113,12 +113,12 @@ public class ProductProcessParamServiceImpl implements ProductProcessParamServic
json1.put("prop", "material_code");
json1.put("label", "物料编码");
json1.put("isVisiable", true);
result.add(json1);
// result.add(json1);
JSONObject json2 = new JSONObject();
json2.put("prop", "material_name");
json2.put("label", "物料名称");
json2.put("isVisiable", true);
result.add(json2);
// result.add(json2);
for (int i = 0; i < rows.size(); i++) {
JSONObject jsonObject = rows.getJSONObject(i);

View File

@@ -166,7 +166,7 @@ public class PhysicalQueryServiceImpl implements PhysicalQueryService {
// jsonResultArr.add(jsonResult2);
// jsonResultArr.add(jsonResult20);
jsonResultArr.add(jsonResult21);
jsonResultArr.add(jsonResult3);
// jsonResultArr.add(jsonResult3);
jsonResultArr.add(jsonResult4);
jsonResultArr.add(jsonResult5);
for (int j = 0; j < jsonPointArr.size(); j++) {