This commit is contained in:
2023-02-01 08:22:51 +08:00
parent b1d6722d61
commit 21b64f139f

View File

@@ -646,9 +646,6 @@ public class WmsToAcsServiceImpl implements WmsToAcsService {
jo.put("vehicle_code", vehicle_code);
jo.put("vehicle_type", vehicle_type);
jo.put("storage_task_type", storage_task_type);
if (StrUtil.equals("4",task_type)){
agv_system_type = "1";
}
jo.put("agv_system_type", agv_system_type);
jo.put("oven_time", (int) Math.ceil(oven_time));
jo.put("remark", remark);