Browse Source

update

master
shenjiachi 1 month ago
parent
commit
87a1c00e05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/implement/contribution_value_basic_setting_implement.go

+ 1
- 1
src/implement/contribution_value_basic_setting_implement.go View File

@@ -17,7 +17,7 @@ type ContributionValueBasicSettingDb struct {

func (c ContributionValueBasicSettingDb) ContributionValueBasicSettingGetOne() (*model.ContributionValueBasicSetting, error) {
var m model.ContributionValueBasicSetting
get, err := c.Db.Where("id > 1").Desc("create_at").Get(&m)
get, err := c.Db.Where("id > 1").Get(&m)
if err != nil {
return nil, zhios_order_relate_logx.Error(err)
}


Loading…
Cancel
Save