rev: 设置站点修改
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -1073,6 +1073,7 @@
|
||||
WHERE
|
||||
point_code1 IN 输入.struct_codes
|
||||
AND task_status IN ('05','06')
|
||||
AND is_delete = '0'
|
||||
ENDSELECT
|
||||
ENDQUERY
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user