Explorar el Código

更新

master
huangjiajun hace 5 meses
padre
commit
8f9665ac87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rule/happy_orchard/happy_orchard_give_water.go

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

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


Cargando…
Cancelar
Guardar