ソースを参照

update

master
dengbiao 2ヶ月前
コミット
9cd8242eba
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      app/hdl/hdl_comm.go

+ 1
- 2
app/hdl/hdl_comm.go ファイルの表示

@@ -12,8 +12,7 @@ import (
)

func MenuList(c *gin.Context) {
masterId := svc.GetMasterId(c)
engine := db.DBs[masterId]
engine := db.Db
admin := svc.GetUser(c)
qrcodeWithBatchRecordsDb := implement.NewPermissionGroupDb(engine)
groupList, err := qrcodeWithBatchRecordsDb.FindPermissionGroupV2()


読み込み中…
キャンセル
保存