Explorar o código

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

QM303176530 %!s(int64=4) %!d(string=hai) anos
pai
achega
0b09772179
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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",
 			},
 		}