feat: 计划数量改成托盘数

This commit is contained in:
2023-10-26 11:12:44 +08:00
parent 4e36d610c5
commit 48eb17cd0b

View File

@@ -130,6 +130,7 @@ public class MesToWmsServiceImpl implements MesToWmsService {
workOrderTab.insert(param);
} else {
// 有的话就暂存起来
param.put("plan_qty", param.getString("vehicle_qty"));
param.put("workorder_id", IdUtil.getSnowflake(1,1).nextIdStr());
param.put("device_id", "1607915553220071424");
param.put("device_code", deviceCodeWX);