rev:成品出库设置站点未生成任务

This commit is contained in:
2023-12-04 20:16:12 +08:00
parent 66f867a162
commit f8df3e6861

View File

@@ -3753,7 +3753,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
* @param arr
* @return
*/
/*public JSONArray isNum(JSONArray arr) {
/* public JSONArray isNum(JSONArray arr) {
WQLObject taskTab = WQLObject.getWQLObject("sch_base_task"); // 任务表
JSONArray result = new JSONArray();
@@ -3783,11 +3783,11 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
for (int i = 0; i < arr.size(); i++) {
JSONObject jo = arr.getJSONObject(i);
String struct_code = jo.getString("struct_code");
boolean flag = false;
boolean flag = true;
for (int j = 0; j < task_ja.size(); j++) {
JSONObject task_jo = task_ja.getJSONObject(j);
if (task_jo.getString("point_code1").equals(struct_code)) {
flag = true;
flag = false;
break;
}
}