add:增加不对接MES包装关系逻辑

This commit is contained in:
2024-07-03 08:22:20 +08:00
parent 78703b146d
commit 416bbc4085

View File

@@ -197,7 +197,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);
}