From 8c21d5f4a86a74f3d7e6a104fef6ca5ff5a75968 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期二, 30 五月 2023 08:36:51 +0800
Subject: [PATCH] 晚上11点上报

---
 src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskControlMeasureServiceImpl.java |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskControlMeasureServiceImpl.java b/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskControlMeasureServiceImpl.java
index 2a4f2dd..05c1f52 100644
--- a/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskControlMeasureServiceImpl.java
+++ b/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventRiskControlMeasureServiceImpl.java
@@ -1,11 +1,8 @@
 package com.ruoyi.doublePrevention.service.baseService.impl;
 
 
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
-import com.ruoyi.common.exception.BusinessException;
 import com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure;
 import com.ruoyi.doublePrevention.enums.E;
-import com.ruoyi.doublePrevention.enums.ResultCodes;
 import com.ruoyi.doublePrevention.exception.AusinessException;
 import com.ruoyi.doublePrevention.repository.PreventRiskControlMeasureRepository;
 import com.ruoyi.doublePrevention.repository.param.HandlerReportParam;
@@ -20,7 +17,6 @@
 
     @Autowired
     private PreventRiskControlMeasureRepository preventRiskControlMeasureRepository;
-
 
     /**
      * @description 新增风险控制措施

--
Gitblit v1.9.2