@@ -15,7 +15,7 @@ import org.springblade.meter.vo.TaskRepealMessageVO;
import org.springframework.web.bind.annotation.*;
/**
- * @Param 所有计量消息提醒统一处理
+ * @Param 所有计量消息统一处理
* @Author wangwl
* @Date 2024/6/25 16:58
**/
@@ -74,7 +74,7 @@ public class MaterialStartStatementServiceImpl extends BaseServiceImpl<MaterialS
//校验当前计量期是否已经上报
MaterialStartStatement statement = this.getById(id);
if (statement.getApproveStatus() != 0) {
- throw new ServiceException("修改失败,当前计量期已经上报或审批");
+ throw new ServiceException("删除失败,当前计量期已经上报或审批");
}
this.removeById(id);