From 2b67ed2da39eba5824cfee7950e03be2c1a256ec Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期一, 20 十月 2025 13:17:04 +0800
Subject: [PATCH] 新增数据上传准东
---
src/main/java/com/ruoyi/doublePrevention/controller/RiskOldInfoController.java | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/controller/RiskOldInfoController.java b/src/main/java/com/ruoyi/doublePrevention/controller/RiskOldInfoController.java
index 6a78b4f..1fc0e00 100644
--- a/src/main/java/com/ruoyi/doublePrevention/controller/RiskOldInfoController.java
+++ b/src/main/java/com/ruoyi/doublePrevention/controller/RiskOldInfoController.java
@@ -1,11 +1,11 @@
package com.ruoyi.doublePrevention.controller;
-
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.ruoyi.doublePrevention.entity.RiskOldInfo;
import com.ruoyi.doublePrevention.entity.dto.req.RiskOldInfoQueryReqDTO;
import com.ruoyi.doublePrevention.entity.dto.resp.RiskOldInfoQueryRespDTO;
import com.ruoyi.doublePrevention.enums.ResultCodes;
import com.ruoyi.doublePrevention.repository.RiskOldInfoRepository;
+//import com.ruoyi.doublePrevention.scheduls.ZhunDongSchedule;
import com.ruoyi.doublePrevention.service.baseService.RiskOldInfoService;
import com.ruoyi.doublePrevention.vo.ResultVO;
import org.springframework.beans.factory.annotation.Autowired;
@@ -34,7 +34,18 @@
resultVO.setPageSize(respDTOResultVO.getPageSize());
return resultVO;
+// return riskOldInfoService.selectOldRiskInfoPage(queryReqDTO);
}
+//
+// @Autowired
+// private ZhunDongSchedule zhunDongSchedule;
+// @GetMapping("/dataTest")
+// public ResultVO dataTest() {
+// zhunDongSchedule.updateHuaidongReportStatus();
+// ResultVO resultVO = new ResultVO<>();
+// resultVO.setCode(ResultCodes.OK.getCode());
+// return resultVO;
+// }
}
--
Gitblit v1.9.2