ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianSubscribeMapper.xml
@@ -76,7 +76,8 @@ CASE WHEN tts.subscribe_time <![CDATA[<]]> NOW() THEN 3 ELSE tts.status END AS status END AS status, tts.create_time FROM t_technician_subscribe tts LEFT JOIN t_technician tt ON tts.technician_id = tt.id @@ -92,6 +93,8 @@ o.status = #{status} </if> </where> ORDER BY create_time DESC </select> </mapper>