Commit 3614db44 by fudahua

emojo表情错误以及加入刷新接口

parent dae5de1a
......@@ -767,6 +767,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
private StaffDTO geCcheckAndInitUser(String wxEnterpriseId, String nationcode, String phoneNumber) {
logger.info("校验获取信息:{}", phoneNumber);
StaffDTO staff = this.selectByNationcodeAndPhoneNumber(wxEnterpriseId, nationcode, phoneNumber);
if (null != staff) {
return staff;
......
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