Ver código fonte

更新

master
huangjiajun 5 meses atrás
pai
commit
8f9665ac87
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      rule/happy_orchard/happy_orchard_give_water.go

+ 1
- 1
rule/happy_orchard/happy_orchard_give_water.go Ver arquivo

@@ -68,7 +68,7 @@ func HappyOrchardGiveWater(eg *xorm.Engine, masterId string, uid int, isMultiple
}
UserWatchRecords.ResidueWatchAdNum = residueWatchAdNum
UserWatchRecords.NextWatchAdDate = nextWatchAdDate
_, err2 := NewHappyOrchardUserWatchRecordsDb.HappyOrchardUserWatchRecordsUpdate(UserWatchRecords.Id, UserWatchRecords, "residue_watch_ad_num")
_, err2 := NewHappyOrchardUserWatchRecordsDb.HappyOrchardUserWatchRecordsUpdate(UserWatchRecords.Id, UserWatchRecords, "residue_watch_ad_num,next_watch_ad_date")
if err2 != nil {
return
}


Carregando…
Cancelar
Salvar