月点检bug修改

master
zpl 3 years ago
parent 11d82e157f
commit d3f040aa45

@ -436,7 +436,7 @@ public class ResourceInspectPlanServiceImpl extends ServiceImpl<ResourceInspectP
minutes = Math.round(frequency*60*24*7);
break;
case "M":
minutes = Math.round(frequency*60*24*7*30);
minutes = Math.round(frequency*60*24*30);
break;
default:
throw BusinessException.build("周期时间不存在!");

Loading…
Cancel
Save