rev:载具号维护
This commit is contained in:
@@ -257,7 +257,7 @@ public class CutConveyorTask extends AbstractAcsTask {
|
|||||||
form.put("point_code1", left_point.getString("point_code"));
|
form.put("point_code1", left_point.getString("point_code"));
|
||||||
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("vehicle_code2", left_point.getString("vehicle_code"));
|
||||||
//分切输送出
|
//分切输送出
|
||||||
form.put("task_type", "010401");
|
form.put("task_type", "010401");
|
||||||
this.createTask(form);
|
this.createTask(form);
|
||||||
|
|||||||
@@ -302,7 +302,7 @@ public class CutTrussTask extends AbstractAcsTask {
|
|||||||
form.put("point_code1", jsonTask.getString("point_code1"));
|
form.put("point_code1", jsonTask.getString("point_code1"));
|
||||||
JSONObject ss_jo = WQLObject.getWQLObject("sch_base_point").query("product_area = '" + delivery_point.getString("product_area") + "' AND point_type = '7'").uniqueResult(0);
|
JSONObject ss_jo = WQLObject.getWQLObject("sch_base_point").query("product_area = '" + delivery_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", delivery_point.getString("vehicle_code"));
|
form.put("vehicle_code2", delivery_point.getString("vehicle_code"));
|
||||||
//分切输送出
|
//分切输送出
|
||||||
form.put("task_type", "010401");
|
form.put("task_type", "010401");
|
||||||
cutConveyorTask.createTask(form);
|
cutConveyorTask.createTask(form);
|
||||||
|
|||||||
Reference in New Issue
Block a user