Commit 16eb6e0f by fudahua

Merge remote-tracking branch 'origin/developer' into developer

parents 5f878bd4 bffec29d
......@@ -276,7 +276,7 @@ public class WxEnterpriseController extends WebBaseController{
}
String res = qywxUserApiService.listSelfExternalUserid(wxEnterprise.getCorpid(), wxSecretKey, login.getStaffDTO().getWxUserId());
logger.info("【保存联系人key】res={}",res);
if(org.apache.commons.lang3.StringUtils.isBlank(res)){
if(res == null)){
wxEnterprise.setWxSecretKeyLastTime(new Date());
wxEnterpriseApiService.update(wxEnterprise);
return resultResponse(HaoBanErrCode.ERR_10013);
......
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