rev: 设置站点修改

This commit is contained in:
2023-12-11 10:31:52 +08:00
parent 5dd83f0bff
commit 2de7b47102
2 changed files with 2 additions and 0 deletions

View File

@@ -2863,6 +2863,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
String option = ""; // 1.左 2.右
// String placement_type = jsonRow.getString("placement_type"); // 单通或双通
allTransactionConsumer.accept("begin");
for (int p = 0; p < disRowArr.size(); p++) {
JSONObject jsonObject4 = disRowArr.getJSONObject(p);
String placement_type = jsonObject4.getString("placement_type");

View File

@@ -1073,6 +1073,7 @@
WHERE
point_code1 IN 输入.struct_codes
AND task_status IN ('05','06')
AND is_delete = '0'
ENDSELECT
ENDQUERY
ENDIF