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/CtUnitWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CRoleWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java | 2 +-
dyh-service/dyh-base/src/main/resources/template/wechatController.ftl | 2 +-
dyh-service/dyh-base/src/main/resources/template/webController.ftl | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUseroleWebController.java | 2 +-
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRolefunWebController.java | 2 +-
14 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/dyh-service/dyh-base/src/main/resources/template/webController.ftl b/dyh-service/dyh-base/src/main/resources/template/webController.ftl
index 4e65301..f875772 100644
--- a/dyh-service/dyh-base/src/main/resources/template/webController.ftl
+++ b/dyh-service/dyh-base/src/main/resources/template/webController.ftl
@@ -122,7 +122,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web<#if classPath??>/${classPath}</#if>/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
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")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CRoleWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CRoleWebController.java
index f2e3026..fb846c5 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CRoleWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CRoleWebController.java
@@ -148,7 +148,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/cRole/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java
index 2cc0014..e4d8bb1 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java
@@ -143,7 +143,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctRoledata/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRolefunWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRolefunWebController.java
index e4c5cf1..ca803bc 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRolefunWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRolefunWebController.java
@@ -168,7 +168,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctRolefun/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java
index 026c70d..4afac91 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtAccountWebController.java
@@ -168,7 +168,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctAccount/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java
index 4509b7a..f30b82e 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java
@@ -173,7 +173,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctDept/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java
index b283aa8..11b2aed 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java
@@ -143,7 +143,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctPost/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java
index e0f5e63..058d125 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java
@@ -278,7 +278,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctUnit/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java
index d06fbe0..d75d967 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java
@@ -153,7 +153,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctUsepost/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
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")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUseroleWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUseroleWebController.java
index e948ce7..6fe0146 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUseroleWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUseroleWebController.java
@@ -143,7 +143,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/ctUserole/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java
index 4878af5..1a24dd7 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java
@@ -168,7 +168,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/paAccount/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java
index a546ab3..639cc21 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java
@@ -243,7 +243,7 @@
/**
* 根据主键单个
* @url {ctx}/api/web/paUser/deleteById
- * @param ids 主键编号
+ * @param id 主键编号
* @return Object
*/
@GetMapping("/deleteById")
--
Gitblit v1.8.0