yumeng 1 год назад
Родитель
Сommit
c79e289895
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 2 - 0
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -907,6 +907,7 @@
                                     'bd',
                                     'bdManager'
                   )
+              and t3.status = 0
               group by t3.user_id) t
         where t.userId is not null
         order by t.create_time desc
@@ -2137,6 +2138,7 @@
                               'courtship',
                               'courtshipManager'
             )
+          and t3.status = 0
         group by t3.user_id
         order by t3.create_time asc
     </select>