|
@@ -86,7 +86,7 @@ public class ForecastPowerShortTermController {
|
|
if (NumberUtil.isInteger(ycMaxDay)){
|
|
if (NumberUtil.isInteger(ycMaxDay)){
|
|
day = Integer.parseInt(ycMaxDay);
|
|
day = Integer.parseInt(ycMaxDay);
|
|
if (day<1 || day>7){
|
|
if (day<1 || day>7){
|
|
- return ResponseVO.fail("获取参数中预测最大天数应该是1-7天之间");
|
|
|
|
|
|
+ return ResponseVO.fail("获取参数中预测最大天数应该设置1-7天之间");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
else{
|
|
else{
|