From 1b59a92df0a1ad1388d88128e7500dbc461c5979 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 09 十二月 2024 15:43:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml
index a3683db..e63668b 100644
--- a/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml
+++ b/ruoyi-service/ruoyi-other/src/main/resources/mapper/other/TechnicianMapper.xml
@@ -36,7 +36,6 @@
         FROM
             t_technician tt
                 LEFT JOIN t_technician_subscribe tts ON tt.id = tts.technician_id
-                AND tts.`status` != 0
                 LEFT JOIN t_technician_score ttsc ON ttsc.technician_id = tt.id
         WHERE
           tt.`status` = 2

--
Gitblit v1.7.1