diff --git a/rule/happy_orchard/happy_orchard_give_water.go b/rule/happy_orchard/happy_orchard_give_water.go index add82c7..887bfc5 100644 --- a/rule/happy_orchard/happy_orchard_give_water.go +++ b/rule/happy_orchard/happy_orchard_give_water.go @@ -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 }