Commit 2d19e72f by 桂前礼

fixbug-guiq-1020357

parent b4f00802
...@@ -62,6 +62,10 @@ public class PcloudRobotWakeUpBizImpl implements PcloudRobotWakeUpBiz { ...@@ -62,6 +62,10 @@ public class PcloudRobotWakeUpBizImpl implements PcloudRobotWakeUpBiz {
if (cycle == null || cycle < 1) { if (cycle == null || cycle < 1) {
cycle = 1; cycle = 1;
} }
if (cycle > 23) {
cycle = 23;
}
Integer lastDay = robotWakeUpConfigVO.getLastDay(); Integer lastDay = robotWakeUpConfigVO.getLastDay();
if (lastDay == 1) { if (lastDay == 1) {
lastDay = 3; lastDay = 3;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment