Commit 7a286de2 by 墨竹

feat:好办助手群发bug修改

parent 4e6debdb
......@@ -199,16 +199,4 @@ public interface StaffApiService {
*/
StaffQrCodeDTO getQrCodeByClerkId(String clerkId);
/**
* 根据微信用户id查询员工
*
* @param wxEnterpriseId wx企业标识
* @param wxUserId wx用户id
* @return {@link StaffDTO }
* @author mozhu
* @date 2022-01-13 14:41:53
*/
StaffDTO getStaffByWxUserId(String wxEnterpriseId,String wxUserId);
}
......@@ -1524,10 +1524,4 @@ public class StaffApiServiceImpl implements StaffApiService {
return staffQrCodeDTO;
}
@Override
public StaffDTO getStaffByWxUserId(String wxEnterpriseId, String wxUserId) {
TabHaobanStaff tabHaobanStaff = staffMapper.getStaffByWxUserId(wxEnterpriseId, wxUserId);
return EntityUtil.changeEntityNew(StaffDTO.class,tabHaobanStaff);
}
}
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