Commit 4fa86625 by qwmqiuwenmin

fix

parent 979fe309
...@@ -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 + "000")); wxDTO.setVerifiedEndTime(new Date(verifiedEndTime * 1000));
} }
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