Browse Source

增加字段

yumeng 2 năm trước cách đây
mục cha
commit
54c4e1c562

+ 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