rev: 代码更新

This commit is contained in:
ludj
2023-12-29 10:59:27 +08:00
parent f4887a5f4c
commit adc79c6702

View File

@@ -577,7 +577,7 @@ public class WmsToJnServiceImpl implements WmsToJnService {
String pc = DateUtil.format(date, "yyyyMMddHHmmss");
if (ObjectUtil.isEmpty(mstObj)){
mstObj=new JSONObject();
mstObj.put("pro_stockno",vehicle_code);
mstObj.put("prod_stockno",vehicle_code);
mstObj.put("itemcode",(String) whereJson.get("material_code"));
}