opt: 添加反馈子卷重量日志

This commit is contained in:
2025-04-02 20:49:03 +08:00
parent 20ec3800db
commit 311f6fc461

View File

@@ -2464,6 +2464,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
@Override
public JSONObject feedbackSubVolumeWeightApply(JSONObject param) {
log.info("ACS反馈子卷重量{}", param);
JSONObject res = new JSONObject();
String subVolume = param.getString("sub_volume");
String weight = param.getString("weight1");