|
@@ -421,6 +421,9 @@ public class InformationQueryServiceImpl extends BaseServiceImpl<InformationQuer
|
|
if (linkIds.size() > 0) {
|
|
if (linkIds.size() > 0) {
|
|
oldData.setSjRecordIds(StringUtils.join(linkIds, ","));
|
|
oldData.setSjRecordIds(StringUtils.join(linkIds, ","));
|
|
}
|
|
}
|
|
|
|
+ if (DateUtil.between(oldData.getCreateTime(), DateUtil.parse("2025-08-14 11:00:00", "yyyy-MM-dd HH:mm:ss")).getSeconds() > 0) {
|
|
|
|
+ oldData.setCreateTime(new Date());
|
|
|
|
+ }
|
|
//修改数据
|
|
//修改数据
|
|
this.baseMapper.updateById(oldData);
|
|
this.baseMapper.updateById(oldData);
|
|
} else {
|
|
} else {
|