This commit is contained in:
zhouwentao 2025-06-12 10:48:08 +08:00
parent 0123907e62
commit 087933fd10
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class UserScoreService {
AssertUtils.notNull(loginUser, "请先登录!");
JSONObject jsonObject = new JSONObject();
Date date = new Date();
if (date.getTime()>=1719244800000l) {
if (date.getTime()>=1750780800000l) {
// 2024-06-25 00:00:00 之后仅可修改一次成绩
LambdaQueryWrapper<YxUserScore> lambdaQueryWrapper = new LambdaQueryWrapper<>();
lambdaQueryWrapper.ge(YxUserScore::getCreateTime,"2025-06-25 00:00:00");