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