rev:成品出库设置站点未生成任务
This commit is contained in:
@@ -3783,11 +3783,11 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
|||||||
for (int i = 0; i < arr.size(); i++) {
|
for (int i = 0; i < arr.size(); i++) {
|
||||||
JSONObject jo = arr.getJSONObject(i);
|
JSONObject jo = arr.getJSONObject(i);
|
||||||
String struct_code = jo.getString("struct_code");
|
String struct_code = jo.getString("struct_code");
|
||||||
boolean flag = false;
|
boolean flag = true;
|
||||||
for (int j = 0; j < task_ja.size(); j++) {
|
for (int j = 0; j < task_ja.size(); j++) {
|
||||||
JSONObject task_jo = task_ja.getJSONObject(j);
|
JSONObject task_jo = task_ja.getJSONObject(j);
|
||||||
if (task_jo.getString("point_code1").equals(struct_code)) {
|
if (task_jo.getString("point_code1").equals(struct_code)) {
|
||||||
flag = true;
|
flag = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user