opt: 生箔指定车辆号码改为8
This commit is contained in:
@@ -272,7 +272,7 @@ public class RawFoilServiceImpl implements RawFoilService {
|
|||||||
JSONObject param = new JSONObject();
|
JSONObject param = new JSONObject();
|
||||||
String bigType = whereJson.getString("big_type");
|
String bigType = whereJson.getString("big_type");
|
||||||
if (ObjectUtil.isNotEmpty(bigType) && "1".equals(bigType)) {
|
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_code1", start_pint_code);
|
||||||
param.put("point_code2", jsonSb.getString("point_code") + "_K");
|
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("point_code4", point_code4);
|
||||||
param.put("task_type", "010101");
|
param.put("task_type", "010101");
|
||||||
if (ObjectUtil.isNotEmpty(bigType) && "1".equals(bigType)) {
|
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("material_code", whereJson.getString("container_name"));
|
||||||
param.put("product_area", jsonSb.getString("product_area"));
|
param.put("product_area", jsonSb.getString("product_area"));
|
||||||
|
|||||||
Reference in New Issue
Block a user