fix🐛 update

This commit is contained in:
wenjianzhang
2021-05-08 18:29:14 +08:00
parent a8c5f19075
commit ef33508e2b
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type SysConfig struct {
}
func (e SysConfig) GetSysConfigList(c *gin.Context) {
e.Context = c
e.SetContext(c) //Context = c
log := e.GetLogger()
d := new(dto.SysConfigSearch)
db, err := e.GetOrm()