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