姜永辉 há 2 anos atrás
pai
commit
1bfe44522e

+ 4 - 1
src/main/java/com/dk/mdm/service/common/CommonService.java

@@ -706,7 +706,10 @@ public class CommonService extends BaseService<Map<String, Object>> {
         if (dataSourceCode.equals("warehouse")) {
             list = commonMapper.getWarehouse(map);
         }
-
+        //角色
+        if (dataSourceCode.equals("role")) {
+            list = commonMapper.getRole(map);
+        }
         //客户意向
         if (dataSourceCode.equals("customerIntention")) {
             map.put("kindType","客户意向");