|
|
@@ -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","客户意向");
|