修改
This commit is contained in:
@@ -230,11 +230,10 @@ public class CutConveyorTask extends AbstractAcsTask {
|
||||
.addParam("sort_seq", sort_seq)
|
||||
.addParam("find_type", "4")
|
||||
.addParam("flag", "18").process().uniqueResult(0);
|
||||
String pointCode = jsonTask.getString("point_code");
|
||||
if (ObjectUtil.isNotEmpty(left_point)) {
|
||||
//创建空载具输送出
|
||||
JSONObject form = new JSONObject();
|
||||
form.put("point_code1", pointCode);
|
||||
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);
|
||||
form.put("point_code2", ss_jo.getString("point_code"));
|
||||
form.put("vehiclie_code2", left_point.getString("vehicle_code"));
|
||||
|
||||
@@ -195,7 +195,7 @@ public class InbillServiceImpl {
|
||||
// 调用接口回传
|
||||
JSONObject paramMesMst = new JSONObject();
|
||||
paramMesMst.put("PackageBoxSN",box_row.getString("box_no"));
|
||||
SysUser sysUser = iSysUserService.getById(box_row.getString("confirm_optid"));
|
||||
SysUser sysUser = iSysUserService.getById(box_row.getString("input_optid"));
|
||||
paramMesMst.put("User",sysUser.getUsername());
|
||||
// new LmsToMesServiceImpl().childRollFGInboundComplete(paramMesMst);
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
|
||||
// 调用接口回传
|
||||
JSONObject paramMesMst = new JSONObject();
|
||||
paramMesMst.put("PackageBoxSN", box_row.getString("box_no"));
|
||||
SysUser sysUser = iSysUserService.getById(box_row.getString("confirm_optid"));
|
||||
SysUser sysUser = iSysUserService.getById(box_row.getString("input_optid"));
|
||||
paramMesMst.put("User", sysUser.getUsername());
|
||||
new LmsToMesServiceImpl().childRollFGInboundComplete(paramMesMst);
|
||||
|
||||
@@ -712,7 +712,7 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
|
||||
// 调用接口回传
|
||||
JSONObject paramMesMst = new JSONObject();
|
||||
paramMesMst.put("PackageBoxSN", box_row.getString("box_no"));
|
||||
SysUser sysUser = iSysUserService.getById(box_row.getString("confirm_optid"));
|
||||
SysUser sysUser = iSysUserService.getById(box_row.getString("input_optid"));
|
||||
paramMesMst.put("User", sysUser.getUsername());
|
||||
|
||||
new LmsToMesServiceImpl().childRollFGInboundComplete(paramMesMst);
|
||||
|
||||
Reference in New Issue
Block a user