代码更新

This commit is contained in:
2023-03-01 11:49:27 +08:00
parent 72c5ac228b
commit 0e177b00a7

View File

@@ -274,6 +274,7 @@ public class ProductInstorServiceImpl implements ProductInstorService {
JSONObject param = new JSONObject();
param.put("vehicle_code", vehicle_code);
param.put("weight", whereJson.getString("weight"));
param.put("type", "1");
AcsToWmsServiceImpl bean = SpringContextHolder.getBean(AcsToWmsServiceImpl.class);