Commit 09a84dac authored by gaoyuan's avatar gaoyuan

4.9.3需求---bug修复--平台人搜索

parent 99f968ad
......@@ -591,9 +591,9 @@ public class CustomerManagementController extends BaseController {
model.addAttribute("actList", alist);
//平台创建人 ------> IM测试组组长及组员
//平台创建人 ------> IM测试组组长及组员--->/1/2/69/70/71/556
Map<String, Object> paramMap = new HashMap<>( 10 );
paramMap.put( "deptUrlPath", "/1/2/69/70/71/556" );
paramMap.put( "deptUrlPath", "/1/2/69/70/567" );
List<UserEntity> createrList = user.queryByConditions( paramMap );
model.addAttribute("createrList", createrList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment