opt:优化烘箱对接为提醒提醒
This commit is contained in:
@@ -560,7 +560,7 @@ public class BakingServiceImpl implements BakingService {
|
|||||||
|
|
||||||
public JSONObject getJsonObject(String product_area, JSONObject point_code2_jo, String temperature) {
|
public JSONObject getJsonObject(String product_area, JSONObject point_code2_jo, String temperature) {
|
||||||
if (ObjectUtil.isEmpty(point_code2_jo)) {
|
if (ObjectUtil.isEmpty(point_code2_jo)) {
|
||||||
throw new BadRequestException("暂无满足条件的烘箱位置!");
|
throw new BadRequestException("生箔对应的烘箱对接无可用位置!");
|
||||||
}
|
}
|
||||||
JSONObject jsonMap = new JSONObject();
|
JSONObject jsonMap = new JSONObject();
|
||||||
jsonMap.put("flag", "1");
|
jsonMap.put("flag", "1");
|
||||||
|
|||||||
Reference in New Issue
Block a user