Commit 3eacffa1 by 徐高华

Merge branch 'master_xgh_待开发调整711' into 'developer'

登录

See merge request !198
parents 76c0fc0c aea8cfe1
...@@ -187,7 +187,7 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -187,7 +187,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
String dictValue = loginUserDict.getDictValue(); String dictValue = loginUserDict.getDictValue();
List<StaffDTO> staffDTOS = new ArrayList<>(); List<StaffDTO> staffDTOS = new ArrayList<>();
List<StaffDTO> phoneDtos = staffApiService.listByPhoneNumber(dictValue); List<StaffDTO> phoneDtos = staffApiService.listByPhoneNumber(dictValue);
List<StaffDTO> userDtos = staffApiService.listByWxUserId(dictValue,loginStaff.getWxEnterpriseId()); List<StaffDTO> userDtos = staffApiService.listByWxUserId(dictValue,loginUserDict.getDictName().split(":")[1]);
if (CollectionUtils.isNotEmpty(phoneDtos)) { if (CollectionUtils.isNotEmpty(phoneDtos)) {
staffDTOS.addAll(phoneDtos); staffDTOS.addAll(phoneDtos);
} }
......
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