代码更新
This commit is contained in:
@@ -62,6 +62,7 @@ public class InspectionsheetmstServiceImpl implements InspectionsheetmstService
|
||||
map.put("flag", "1");
|
||||
map.put("begin_time", MapUtil.getStr(whereJson, "begin_time"));
|
||||
map.put("end_time", MapUtil.getStr(whereJson, "end_time"));
|
||||
map.put("is_pass", MapUtil.getStr(whereJson, "is_pass"));
|
||||
String inspection_code = MapUtil.getStr(whereJson, "inspection_code");
|
||||
String material_code = MapUtil.getStr(whereJson, "material_code");
|
||||
String pcsn = MapUtil.getStr(whereJson, "pcsn");
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
输入.pcsn TYPEAS s_string
|
||||
输入.bill_status TYPEAS s_string
|
||||
输入.inspection_id TYPEAS s_string
|
||||
输入.is_pass TYPEAS s_string
|
||||
|
||||
|
||||
[临时表]
|
||||
@@ -95,6 +96,10 @@
|
||||
mst.bill_status = 输入.bill_status
|
||||
ENDOPTION
|
||||
|
||||
OPTION 输入.is_pass <> ""
|
||||
dtl.result = 输入.is_pass
|
||||
ENDOPTION
|
||||
|
||||
ENDSELECT
|
||||
ENDPAGEQUERY
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user