Explorar el Código

Merge branch 'develop' of gitadmin/tuoheng_qmhh into release

release
wanjing hace 9 meses
padre
commit
f2ee0f853e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      tuoheng-api/src/main/java/com/tuoheng/api/service/points/receive/ReceivePonitsService.java

+ 2
- 0
tuoheng-api/src/main/java/com/tuoheng/api/service/points/receive/ReceivePonitsService.java Ver fichero

@@ -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)) {

Cargando…
Cancelar
Guardar