Commit 796eae4d by 徐高华

null

parent a6c61c79
......@@ -1278,6 +1278,9 @@ public class GroupChatServiceImpl implements GroupChatService {
@Override
public ServiceResponse<Void> initStaffGroupChat(String staffId) {
TabHaobanStaff staff = this.staffMapper.selectByPrimaryKey(staffId);
if(null == staff) {
return ServiceResponse.failure("9999", "员工不存在");
}
String userId = staff.getWxUserId();
String wxEnterpriseId = staff.getWxEnterpriseId();
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(wxEnterpriseId);
......
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