@@ -90,6 +90,8 @@ public class ReceivePonitsService { | |||
log.info("领取积分,已超过每日领取积分上限,totalPointsByToDay:{}, dailyLimitWestreamSubmit:{}", totalPointsByToDay, dailyLimitWestreamSubmit); | |||
return JsonResult.error("已超过每日领取积分上限"); | |||
} | |||
} else { | |||
totalPointsByToDay = 0; | |||
} | |||
Integer points = 0; | |||
if (ObjectUtil.isNotEmpty(dictData)) { |