修改cgy留言板数据时间修改接口
This commit is contained in:
parent
16bd531cd9
commit
8c9093c530
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user