opt:优化提示

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-03-07 10:20:40 +08:00
parent 67711c0be9
commit 246495ff3d

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