From 8e9ea6e28bda83a60ccaa24b6ef24f979ec937d7 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Mon, 19 Aug 2024 20:20:30 +0800
Subject: [PATCH] 1、报红整改

---
 dyh-service/dyh-base/src/main/resources/template/wechatController.ftl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dyh-service/dyh-base/src/main/resources/template/wechatController.ftl b/dyh-service/dyh-base/src/main/resources/template/wechatController.ftl
index 3d94759..b82ee00 100644
--- a/dyh-service/dyh-base/src/main/resources/template/wechatController.ftl
+++ b/dyh-service/dyh-base/src/main/resources/template/wechatController.ftl
@@ -123,7 +123,7 @@
     /**
     * 根据主键单个
     * @url {ctx}/api/wechat<#if classPath??>/${classPath}</#if>/deleteById
-    * @param ids 主键编号
+    * @param id 主键编号
     * @return Object
     */
     @GetMapping("/deleteById")

--
Gitblit v1.8.0