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-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java
index af5df0f..eceda98 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java
@@ -293,7 +293,7 @@
     /**
     * 根据主键单个
     * @url {ctx}/api/web/ctUser/deleteById
-    * @param ids 主键编号
+    * @param id 主键编号
     * @return Object
     */
     @GetMapping("/deleteById")

--
Gitblit v1.8.0