From fb2f97c1e66abc8a6d06287213187ce23dd5d7e0 Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期二, 11 三月 2025 10:26:21 +0800 Subject: [PATCH] lims检测中心设备联调 --- performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java b/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java index ecdabdb..01ba300 100644 --- a/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java +++ b/performance-server/src/main/java/com/ruoyi/performance/controller/PerformanceShiftController.java @@ -115,7 +115,7 @@ @GetMapping("temporaryInterface") public void temporaryInterface() { System.out.println("寮�濮嬬粰姣忎釜浜鸿繘琛屾帓鐝�,榛樿鏃╃彮======start"); - // TODO 缁欐瘡涓汉閮借繘琛屾帓鐝�(榛樿鏃╃彮) + // 缁欐瘡涓汉閮借繘琛屾帓鐝�(榛樿鏃╃彮) PerformanceShiftAddDto performanceShiftAddDto = new PerformanceShiftAddDto(); //鐝--鏃�(鏌ヨ瀛楀吀) List<SysDictData> shiftType = dictTypeService.selectDictDataByName("鐝绫诲瀷"); -- Gitblit v1.9.3