Commit 830e4f9e by qwmqiuwenmin

fix

parent 728f7309
......@@ -594,7 +594,7 @@ public class WxEnterpriseController extends WebBaseController{
LoginVO login = (LoginVO) AuthRequestUtil.getLoginUser();
String wxEnterpriseId = login.getWxEnterpriseId();
String dateKey = "haoban_fresh-wx-friend-enterprise" + wxEnterpriseId;
return resultResponse(HaoBanErrCode.ERR_1,RedisUtil.getCache(dateKey) != null);
return resultResponse(HaoBanErrCode.ERR_1,org.apache.commons.lang3.StringUtils.isNotBlank(RedisUtil.getCache(dateKey).toString()));
}
}
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