|
|
|
@@ -143,7 +143,7 @@ public class WxAuthorizerInfoServiceImpl implements WxAuthorizerInfoService { |
|
|
|
info.setBaseStatus(record.getBaseStatus()); |
|
|
|
info.setBaseTime(curDate); |
|
|
|
info.setUpdateTime(curDate); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(record); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(info); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@@ -154,7 +154,7 @@ public class WxAuthorizerInfoServiceImpl implements WxAuthorizerInfoService { |
|
|
|
info.setDomainStatus(record.getDomainStatus()); |
|
|
|
info.setDomainTime(curDate); |
|
|
|
info.setUpdateTime(curDate); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(record); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(info); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@@ -165,7 +165,7 @@ public class WxAuthorizerInfoServiceImpl implements WxAuthorizerInfoService { |
|
|
|
info.setWebdomainStatus(record.getWebdomainStatus()); |
|
|
|
info.setWebdomainTime(curDate); |
|
|
|
info.setUpdateTime(curDate); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(record); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(info); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@@ -176,7 +176,7 @@ public class WxAuthorizerInfoServiceImpl implements WxAuthorizerInfoService { |
|
|
|
info.setTemplateStatus(record.getTemplateStatus()); |
|
|
|
info.setTemplateTime(curDate); |
|
|
|
info.setUpdateTime(curDate); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(record); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(info); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@@ -186,7 +186,7 @@ public class WxAuthorizerInfoServiceImpl implements WxAuthorizerInfoService { |
|
|
|
info.setId(record.getId()); |
|
|
|
info.setOpenAppid(record.getOpenAppid()); |
|
|
|
info.setBindOpenTime(curDate); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(record); |
|
|
|
return authorizerInfoMapper.updateByPrimaryKeySelective(info); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
|