updates
This commit is contained in:
parent
0123907e62
commit
087933fd10
|
|
@ -103,7 +103,7 @@ public class UserScoreService {
|
||||||
AssertUtils.notNull(loginUser, "请先登录!");
|
AssertUtils.notNull(loginUser, "请先登录!");
|
||||||
JSONObject jsonObject = new JSONObject();
|
JSONObject jsonObject = new JSONObject();
|
||||||
Date date = new Date();
|
Date date = new Date();
|
||||||
if (date.getTime()>=1719244800000l) {
|
if (date.getTime()>=1750780800000l) {
|
||||||
// 2024-06-25 00:00:00 之后,仅可修改一次成绩
|
// 2024-06-25 00:00:00 之后,仅可修改一次成绩
|
||||||
LambdaQueryWrapper<YxUserScore> lambdaQueryWrapper = new LambdaQueryWrapper<>();
|
LambdaQueryWrapper<YxUserScore> lambdaQueryWrapper = new LambdaQueryWrapper<>();
|
||||||
lambdaQueryWrapper.ge(YxUserScore::getCreateTime,"2025-06-25 00:00:00");
|
lambdaQueryWrapper.ge(YxUserScore::getCreateTime,"2025-06-25 00:00:00");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue