Ver a proveniência

更新

master
huangjiajun há 5 meses
ascendente
cometimento
8f9665ac87
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      rule/happy_orchard/happy_orchard_give_water.go

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

@@ -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
Guardar