rev:气涨轴编码变更
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package org.nl.wms.ext.acs.service.impl;
|
package org.nl.wms.ext.acs.service.impl;
|
||||||
|
|
||||||
|
import cn.hutool.core.date.DateTime;
|
||||||
import cn.hutool.core.date.DateUtil;
|
import cn.hutool.core.date.DateUtil;
|
||||||
import cn.hutool.core.util.IdUtil;
|
import cn.hutool.core.util.IdUtil;
|
||||||
import cn.hutool.core.util.NumberUtil;
|
import cn.hutool.core.util.NumberUtil;
|
||||||
@@ -1290,7 +1291,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
|||||||
JSONObject fhd_jo = WQLObject.getWQLObject("st_ivt_shaftivt").query("point_type = '7' AND product_area = '" + product_area + "'").uniqueResult(0);
|
JSONObject fhd_jo = WQLObject.getWQLObject("st_ivt_shaftivt").query("point_type = '7' AND product_area = '" + product_area + "'").uniqueResult(0);
|
||||||
jo.put("point_code2", fhd_jo.getString("point_code"));
|
jo.put("point_code2", fhd_jo.getString("point_code"));
|
||||||
jo.put("product_area", product_area);
|
jo.put("product_area", product_area);
|
||||||
jo.put("vehicle_code", "qzz");
|
jo.put("vehicle_code", DateUtil.format(DateUtil.date(),"yyyyMMdd")+"qzz");
|
||||||
jo.put("truss_type", "8");
|
jo.put("truss_type", "8");
|
||||||
JSONObject request_param = new JSONObject();
|
JSONObject request_param = new JSONObject();
|
||||||
request_param.put("have_size", cbz_size);
|
request_param.put("have_size", cbz_size);
|
||||||
|
|||||||
Reference in New Issue
Block a user