From 40833cfdd046b0bef99d44a8c85b9a5dc8d0ff84 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期四, 05 十二月 2024 13:53:05 +0800 Subject: [PATCH] 修改启动异常 --- ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml index 568c57a..a7de788 100644 --- a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml +++ b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml @@ -33,7 +33,7 @@ tts.subscribe_time, tts.service_mode, CASE - WHEN tts.subscribe_time lt; NOW() THEN 4 + WHEN tts.subscribe_time <![CDATA[<]]> NOW() THEN 4 ELSE tts.status END AS status FROM -- Gitblit v1.7.1