浏览代码

供应链调整

yumeng 1 年之前
父节点
当前提交
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>