Commit aea8cfe1 by 徐高华

登录

parent b217b240
......@@ -145,7 +145,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
String dictValue = loginUserDict.getDictValue();
List<StaffDTO> staffDTOS = new ArrayList<>();
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)) {
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