opt:优化烘箱对接为提醒提醒

This commit is contained in:
zhangzq
2025-03-07 15:16:10 +08:00
parent 246495ff3d
commit acfc89fc45

View File

@@ -560,7 +560,7 @@ public class BakingServiceImpl implements BakingService {
public JSONObject getJsonObject(String product_area, JSONObject point_code2_jo, String temperature) {
if (ObjectUtil.isEmpty(point_code2_jo)) {
throw new BadRequestException("暂无满足条件的烘箱位置!");
throw new BadRequestException("生箔对应的烘箱对接无可用位置!");
}
JSONObject jsonMap = new JSONObject();
jsonMap.put("flag", "1");