Commit ded8e6d6 by qwmqiuwenmin

fix

parent c7f39161
...@@ -249,6 +249,7 @@ public class WxEnterpriseController extends WebBaseController{ ...@@ -249,6 +249,7 @@ public class WxEnterpriseController extends WebBaseController{
if(user != null){ if(user != null){
wxEnterprise.setContactSecret(contactSecret); wxEnterprise.setContactSecret(contactSecret);
wxEnterprise.setContactSecretLastTime(new Date()); wxEnterprise.setContactSecretLastTime(new Date());
wxEnterpriseApiService.update(wxEnterprise);
return resultResponse(HaoBanErrCode.ERR_1,true); return resultResponse(HaoBanErrCode.ERR_1,true);
}else{ }else{
return resultResponse(HaoBanErrCode.ERR_1,false); return resultResponse(HaoBanErrCode.ERR_1,false);
......
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