fix:表处上料退回空轴加上冷却区点位条件
This commit is contained in:
@@ -1761,6 +1761,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
JSONObject map = new JSONObject();
|
||||
map.put("flag", "6");
|
||||
map.put("product_area", device_jo.getString("product_area"));
|
||||
map.put("point_type","1");
|
||||
JSONObject jsonIvt = WQL.getWO("PDA_RAWFOIL_01").addParamMap(map).process().uniqueResult(0);
|
||||
form.put("point_code4", jsonIvt.getString("empty_point_code"));
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
输入.point_code TYPEAS s_string
|
||||
输入.container_name TYPEAS s_string
|
||||
输入.product_area TYPEAS s_string
|
||||
输入.point_type TYPEAS s_string
|
||||
输入.point_type TYPEAS s_string
|
||||
输入.in_area_id TYPEAS f_string
|
||||
|
||||
|
||||
@@ -327,6 +327,10 @@ IF 输入.flag = "6"
|
||||
ivt.point_location = 输入.point_location
|
||||
ENDOPTION
|
||||
|
||||
OPTION 输入.point_type <> ""
|
||||
ivt.point_type = 输入.point_type
|
||||
ENDOPTION
|
||||
|
||||
order by ivt.point_code ASC
|
||||
|
||||
ENDSELECT
|
||||
|
||||
Reference in New Issue
Block a user