feat: 计划数量改成托盘数
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user