From 317ec348c68c176eada17c509adb45526772fe1b Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期一, 20 十月 2025 13:19:10 +0800
Subject: [PATCH] 新增数据上传准东
---
src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportConfigServiceImpl.java | 86 +++++++++++++++++++++---------------------
1 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportConfigServiceImpl.java b/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportConfigServiceImpl.java
index f8cded6..c593aed 100644
--- a/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportConfigServiceImpl.java
+++ b/src/main/java/com/ruoyi/doublePrevention/service/baseService/impl/PreventCJReportConfigServiceImpl.java
@@ -1,43 +1,43 @@
-package com.ruoyi.doublePrevention.service.baseService.impl;
-
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
-import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportConfig;
-import com.ruoyi.doublePrevention.repository.PreventCJReportConfigRepository;
-import com.ruoyi.doublePrevention.repository.param.PreventReportConfigUpdateParams;
-import com.ruoyi.doublePrevention.service.baseService.PreventCJReportConfigService;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.stereotype.Service;
-
-import java.util.List;
-
-@Service("PreventCJReportConfigService")
-public class PreventCJReportConfigServiceImpl extends ServiceImpl<PreventCJReportConfigRepository, PreventCJReportConfig> implements PreventCJReportConfigService {
-
- @Autowired
- private PreventCJReportConfigRepository preventCJReportConfigRepository;
-
-// /**
-// * 数据上报配置-查询
-// */
-// @Override
-// public List<PreventCJReportConfig> ListReportConfigs() {
-// return preventCJReportConfigRepository.ListReportConfigs();
-// }
-
- /**
- * 数据上报配置-修改
- */
- @Override
- public int updateReportConfig(PreventReportConfigUpdateParams updateParams) {
- return preventCJReportConfigRepository.updateReportConfig(updateParams);
- }
-
- /**
- * 数据上报配置-按照id查询
- */
- @Override
- public PreventCJReportConfig getReportConfigById(int Id) {
- return preventCJReportConfigRepository.selectById(Id);
- }
-
-}
+package com.ruoyi.doublePrevention.service.baseService.impl;
+
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportConfig;
+import com.ruoyi.doublePrevention.repository.PreventCJReportConfigRepository;
+import com.ruoyi.doublePrevention.repository.param.PreventReportConfigUpdateParams;
+import com.ruoyi.doublePrevention.service.baseService.PreventCJReportConfigService;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
+
+import java.util.List;
+
+@Service("PreventCJReportConfigService")
+public class PreventCJReportConfigServiceImpl extends ServiceImpl<PreventCJReportConfigRepository, PreventCJReportConfig> implements PreventCJReportConfigService {
+
+ @Autowired
+ private PreventCJReportConfigRepository preventCJReportConfigRepository;
+
+// /**
+// * 数据上报配置-查询
+// */
+// @Override
+// public List<PreventCJReportConfig> ListReportConfigs() {
+// return preventCJReportConfigRepository.ListReportConfigs();
+// }
+
+ /**
+ * 数据上报配置-修改
+ */
+ @Override
+ public int updateReportConfig(PreventReportConfigUpdateParams updateParams) {
+ return preventCJReportConfigRepository.updateReportConfig(updateParams);
+ }
+
+ /**
+ * 数据上报配置-按照id查询
+ */
+ @Override
+ public PreventCJReportConfig getReportConfigById(int Id) {
+ return preventCJReportConfigRepository.selectById(Id);
+ }
+
+}
--
Gitblit v1.9.2