@ -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);
default:
throw BusinessException.build("周期时间不存在!");