记得上下班打卡 | git大法好,push需谨慎

Commit 659ad281 authored by 胡佳晨's avatar 胡佳晨

最大积分限制 添加

parent a65e3a7c
...@@ -93,6 +93,9 @@ public class StoneScoreLogsServiceImpl implements IStoneScoreLogsService { ...@@ -93,6 +93,9 @@ public class StoneScoreLogsServiceImpl implements IStoneScoreLogsService {
score = dayMax; score = dayMax;
} }
} }
if(score==0){
return "成功";
}
if (TaskId == 2111) { if (TaskId == 2111) {
changeRest(uid, score, reason, reason); changeRest(uid, score, reason, reason);
return "成功"; return "成功";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment