代码更新
This commit is contained in:
@@ -274,6 +274,7 @@ public class ProductInstorServiceImpl implements ProductInstorService {
|
|||||||
|
|
||||||
JSONObject param = new JSONObject();
|
JSONObject param = new JSONObject();
|
||||||
param.put("vehicle_code", vehicle_code);
|
param.put("vehicle_code", vehicle_code);
|
||||||
|
param.put("weight", whereJson.getString("weight"));
|
||||||
param.put("type", "1");
|
param.put("type", "1");
|
||||||
|
|
||||||
AcsToWmsServiceImpl bean = SpringContextHolder.getBean(AcsToWmsServiceImpl.class);
|
AcsToWmsServiceImpl bean = SpringContextHolder.getBean(AcsToWmsServiceImpl.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user