mdf:创建空载具送回修改
This commit is contained in:
@@ -230,11 +230,11 @@ public class CutConveyorTask extends AbstractAcsTask {
|
|||||||
.addParam("sort_seq", sort_seq)
|
.addParam("sort_seq", sort_seq)
|
||||||
.addParam("find_type", "4")
|
.addParam("find_type", "4")
|
||||||
.addParam("flag", "18").process().uniqueResult(0);
|
.addParam("flag", "18").process().uniqueResult(0);
|
||||||
String pointCode1 = jsonTask.getString("point_code1");
|
String pointCode = jsonTask.getString("point_code");
|
||||||
if (ObjectUtil.isNotEmpty(left_point) && !"A1_FQSS_IN".equals(pointCode1)) {
|
if (ObjectUtil.isNotEmpty(left_point)) {
|
||||||
//创建空载具输送出
|
//创建空载具输送出
|
||||||
JSONObject form = new JSONObject();
|
JSONObject form = new JSONObject();
|
||||||
form.put("point_code1", pointCode1);
|
form.put("point_code1", pointCode);
|
||||||
JSONObject ss_jo = WQLObject.getWQLObject("sch_base_point").query("product_area = '" + left_point.getString("product_area") + "' AND point_type = '7'").uniqueResult(0);
|
JSONObject ss_jo = WQLObject.getWQLObject("sch_base_point").query("product_area = '" + left_point.getString("product_area") + "' AND point_type = '7'").uniqueResult(0);
|
||||||
form.put("point_code2", ss_jo.getString("point_code"));
|
form.put("point_code2", ss_jo.getString("point_code"));
|
||||||
form.put("vehiclie_code2", left_point.getString("vehicle_code"));
|
form.put("vehiclie_code2", left_point.getString("vehicle_code"));
|
||||||
|
|||||||
Reference in New Issue
Block a user