瀏覽代碼

增加字段

yumeng 2 年之前
父節點
當前提交
54c4e1c562
共有 1 個文件被更改,包括 8 次插入3 次删除
  1. 8 3
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 8 - 3
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -647,9 +647,14 @@
                  left join sys_user_role t2 on t1.role_id = t2.role_id
                  left join sys_user t3 on t2.user_id = t3.user_id
         where t1.role_key in (
-                              'supplyChain',
-                              'commodityManagement',
-                              'supplyChainAdmin'
+                              'supplyChainAdmin',
+                              'associationManager',
+                              'bd',
+                              'bdManager',
+                              'association',
+                              'courtshipManager',
+                              'courtship'
+
             )
         group by t3.user_id
         order by t3.create_time asc