opt: 生箔指定车辆号码改为8

This commit is contained in:
2024-11-13 14:14:03 +08:00
parent d4f6578ffc
commit 1418965344

View File

@@ -272,7 +272,7 @@ public class RawFoilServiceImpl implements RawFoilService {
JSONObject param = new JSONObject();
String bigType = whereJson.getString("big_type");
if (ObjectUtil.isNotEmpty(bigType) && "1".equals(bigType)) {
param.put("car_no", "99");
param.put("car_no", "8");
}
param.put("point_code1", start_pint_code);
param.put("point_code2", jsonSb.getString("point_code") + "_K");
@@ -409,7 +409,7 @@ public class RawFoilServiceImpl implements RawFoilService {
param.put("point_code4", point_code4);
param.put("task_type", "010101");
if (ObjectUtil.isNotEmpty(bigType) && "1".equals(bigType)) {
param.put("car_no", "99");
param.put("car_no", "8");
}
param.put("material_code", whereJson.getString("container_name"));
param.put("product_area", jsonSb.getString("product_area"));