From 8fe7805b75fceef28f00fb0124901031a287429c Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 07 五月 2026 16:46:10 +0800
Subject: [PATCH] 【市一】remark 统一调整
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskController.java | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskController.java
index 6685d7f..f0f7e27 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskController.java
@@ -584,25 +584,6 @@
return success(serviceStatistics);
}
- /**
- * 闅忚寮傚父缁熻瀵煎嚭
- */
- //@PreAuthorize("@ss.hasPermi('system:taskcall:export')")
- @Log(title = "闅忚缁熻瀵煎嚭", businessType = BusinessType.EXPORT)
- @PostMapping("/getSfStatisticsIsAbnormalExport")
- public void getSfStatisticsIsAbnormalExport(HttpServletResponse response, ServiceSubtaskCountReq serviceSubtaskCountReq) {
- List<ServiceSubtaskIsAbnormalStatistic> sfStatistics = serviceSubtaskService.getSfStatisticsIsAbnormalExport(serviceSubtaskCountReq);
- ExcelUtil<ServiceSubtaskIsAbnormalStatistic> util = new ExcelUtil<ServiceSubtaskIsAbnormalStatistic>(ServiceSubtaskIsAbnormalStatistic.class);
- String sheetName = "";
- String fileName = "";
- if (active.equals("ls") || active.equals("druid")) {
- fileName = sheetName = LocalDate.now().getMonthValue() + "鏈堝嚭闄㈤殢璁垮紓甯哥粺璁¤〃";
- util.exportExcelWithFileName(response, sfStatistics, sheetName, fileName);
- } else {
- sheetName = "闅忚寮傚父缁熻瀵煎嚭";
- util.exportExcel(response, sfStatistics, sheetName);
- }
- }
/**
* 鑾峰彇闅忚缁熻姣斾緥
@@ -763,6 +744,6 @@
@PostMapping("/test")
public void test() {
- ryTask.longTaskSend();
+ ryTask.dealOutHospInfo();
}
}
--
Gitblit v1.9.3