Commit 979fe309 by qwmqiuwenmin

fix

parent 3f60c3e0
...@@ -125,7 +125,7 @@ public class WxEnterpriseController extends WebBaseController{ ...@@ -125,7 +125,7 @@ public class WxEnterpriseController extends WebBaseController{
logger.info("【企业同步】dto={}",JSON.toJSONString(dto)); logger.info("【企业同步】dto={}",JSON.toJSONString(dto));
WxEnterpriseDTO wxDTO = EntityUtil.changeEntityByJSON(WxEnterpriseDTO.class, dto); WxEnterpriseDTO wxDTO = EntityUtil.changeEntityByJSON(WxEnterpriseDTO.class, dto);
if(verifiedEndTime != null){ if(verifiedEndTime != null){
wxDTO.setVerifiedEndTime(new Date(verifiedEndTime)); wxDTO.setVerifiedEndTime(new Date(verifiedEndTime + "000"));
} }
wxDTO.setWxEnterpriseId(wxEnterpriseId); wxDTO.setWxEnterpriseId(wxEnterpriseId);
wxEnterpriseApiService.update(wxDTO); wxEnterpriseApiService.update(wxDTO);
......
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