rev:气涨轴编码维护

This commit is contained in:
2024-01-19 11:20:02 +08:00
parent 2ecc7994ff
commit 1a7d4afd68

View File

@@ -1291,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);
jo.put("point_code2", fhd_jo.getString("point_code"));
jo.put("product_area", product_area);
jo.put("vehicle_code", DateUtil.format(DateUtil.date(),"yyyyMMdd")+"qzz");
jo.put("vehicle_code", DateUtil.format(DateUtil.date(),"HHmm")+"qzz");
jo.put("truss_type", "8");
JSONObject request_param = new JSONObject();
request_param.put("have_size", cbz_size);