生成模板中注释文档 query 修改 (#1967)

* 生成模板中注释文档 query 修改
This commit is contained in:
Feng.YJ
2024-12-19 17:21:22 +08:00
committed by GitHub
parent 2bf423b42f
commit 93c0525ea5
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ func (sysExportTemplateApi *SysExportTemplateApi) ExportExcel(c *gin.Context) {
// @Security ApiKeyAuth
// @accept application/json
// @Produce application/json
// @Router /sysExportTemplate/exportExcel [get]
// @Router /sysExportTemplate/ExportTemplate [get]
func (sysExportTemplateApi *SysExportTemplateApi) ExportTemplate(c *gin.Context) {
templateID := c.Query("templateID")
if templateID == "" {