Browse Source

更新

master
huangjiajun 2 months ago
parent
commit
1f9f4663d9
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      app/db/db_new_acquisition_cfg.go

+ 3
- 1
app/db/db_new_acquisition_cfg.go View File

@@ -20,7 +20,9 @@ func GetAcquisitionCfg(eg *xorm.Engine, id string, createAt time.Time) *md.Acqui
if get == false || err != nil {
return nil
}

if data.IsShow == 0 {
return nil
}
var cfg md.AcquisitionCfg
utils.Unserialize([]byte(data.Data), &cfg)
return &cfg


Loading…
Cancel
Save