Ver código fonte

更新

order_statistics
huangjiajun 6 meses atrás
pai
commit
35d63ff46a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      consume/zhios_valid_user.go

+ 1
- 1
consume/zhios_valid_user.go Ver arquivo

@@ -105,7 +105,7 @@ func RoutineUpdateUserComm(eg *xorm.Engine, dbName, uid string) {
for k, v := range checkMap {
switch k {
case "taskVideo":
sum, _ := eg.Where("uid=? and task_type=?", user.Uid, 3).Sum(&model.TaskVideoNum{}, "count")
sum, _ := eg.Where("uid=? and task_type=? and task_id>0", user.Uid, 3).Sum(&model.TaskVideoNum{}, "count")
if sum >= utils.AnyToFloat64(v) {
todone--
}


Carregando…
Cancelar
Salvar