opt: 添加反馈子卷重量日志
This commit is contained in:
@@ -2464,6 +2464,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public JSONObject feedbackSubVolumeWeightApply(JSONObject param) {
|
public JSONObject feedbackSubVolumeWeightApply(JSONObject param) {
|
||||||
|
log.info("ACS反馈子卷重量:{}", param);
|
||||||
JSONObject res = new JSONObject();
|
JSONObject res = new JSONObject();
|
||||||
String subVolume = param.getString("sub_volume");
|
String subVolume = param.getString("sub_volume");
|
||||||
String weight = param.getString("weight1");
|
String weight = param.getString("weight1");
|
||||||
|
|||||||
Reference in New Issue
Block a user