Browse Source

修复api自动入库获取列表的分组不正确的bug

QM303176530 4 years ago
parent
commit
0b09772179
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/api/v1/sys_auto_code.go

+ 1 - 1
server/api/v1/sys_auto_code.go

@@ -50,7 +50,7 @@ func CreateTemp(c *gin.Context) {
 			{
 				Path:        "/" + a.Abbreviation + "/" + "get" + a.StructName + "List",
 				Description: "获取" + a.StructName + "列表",
-				ApiGroup:    a.StructName,
+				ApiGroup:    a.Abbreviation,
 				Method:      "GET",
 			},
 		}