Browse Source

更新

master
huangjiajun 10 months ago
parent
commit
4964493368
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/db_subsidy_with_month.go

+ 1
- 1
db/db_subsidy_with_month.go View File

@@ -16,7 +16,7 @@ func SubsidyWithMonthInsert(session *xorm.Session, SubsidyWithUserFlow *model.Su
Uid: SubsidyWithUserFlow.Uid, Uid: SubsidyWithUserFlow.Uid,
Date: SubsidyWithUserFlow.Date, Date: SubsidyWithUserFlow.Date,
} }
_, err := session.InsertOne(&SubsidyWithUserFlow)
_, err := session.InsertOne(&data)
if err != nil { if err != nil {
return 0, err return 0, err
} }


Loading…
Cancel
Save