fix:装箱区增加日志记录

This commit is contained in:
2024-07-03 11:05:26 +08:00
parent 04d8f1e3d3
commit 465979349f

View File

@@ -205,7 +205,7 @@ public class AutoSendZxToDjw {
param.put("num", packagerelationList.size());
param.put("box_no", packagerelationList.get(0).getPackage_box_sn());
param.put("box_weight", totalWeight);
//lmsToMesServiceImpl.momBoxPackageSubmit(param);
lmsToMesServiceImpl.momBoxPackageSubmit(param);
}