Эх сурвалжийг харах

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

QM303176530 4 жил өмнө
parent
commit
0b09772179

+ 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",
 			},
 		}