From 1b998cdf41ac4f1e4fec4d9bf076d7da700619c4 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 07 五月 2026 17:41:18 +0800
Subject: [PATCH] 【市一】短信标题调整

---
 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 5131c19..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