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

This commit is contained in:
zhangzq
2025-03-07 15:16:29 +08:00
parent acfc89fc45
commit a2ae1457c6

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");