修改cgy留言板数据时间修改接口

This commit is contained in:
joylink_zhangsai 2021-03-04 21:22:14 +08:00
parent 16bd531cd9
commit 8c9093c530

View File

@ -416,7 +416,7 @@ public class LearnService implements ILearnService {
example.createCriteria().andIdIn(deleteIds);
learnMessageDAO.deleteByExample(example);
//修改时间
int day = 365 * 3;
int day = 365 * 4;
Random random = new Random();
List<Integer> dayOffsetList = new ArrayList<>();
for (LearnMessage ignored : list) {