Commit a3509c97 by 墨竹

fix:企业刷新更新状态

parent 57c03cba
...@@ -167,6 +167,7 @@ public class WxEnterpriseController extends WebBaseController { ...@@ -167,6 +167,7 @@ public class WxEnterpriseController extends WebBaseController {
wxDTO.setVerifiedEndTime(new Date(verifiedEndTime * 1000)); wxDTO.setVerifiedEndTime(new Date(verifiedEndTime * 1000));
} }
wxDTO.setWxEnterpriseId(wxEnterpriseId); wxDTO.setWxEnterpriseId(wxEnterpriseId);
wxDTO.setContactFlag(1);
wxEnterpriseApiService.update(wxDTO); wxEnterpriseApiService.update(wxDTO);
return resultResponse(HaoBanErrCode.ERR_1, wxEnterpriseDTO); return resultResponse(HaoBanErrCode.ERR_1, wxEnterpriseDTO);
} }
......
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