Ver código fonte

更新

master
huangjiajun 3 meses atrás
pai
commit
1f9f4663d9
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      app/db/db_new_acquisition_cfg.go

+ 3
- 1
app/db/db_new_acquisition_cfg.go Ver arquivo

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


Carregando…
Cancelar
Salvar