Skip to content

Commit 890adbf

Browse files
author
QM303176530
committed
修复api自动入库获取列表的分组不正确的bug
1 parent 5878ffe commit 890adbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/v1/sys_auto_code.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func CreateTemp(c *gin.Context) {
5050
{
5151
Path: "/" + a.Abbreviation + "/" + "get" + a.StructName + "List",
5252
Description: "获取" + a.StructName + "列表",
53-
ApiGroup: a.StructName,
53+
ApiGroup: a.Abbreviation,
5454
Method: "GET",
5555
},
5656
}

0 commit comments

Comments
 (0)