From 660e9a56d2ed2ed794de90c2fcf74a0bf4161402 Mon Sep 17 00:00:00 2001
From: zhubaomin <zhubaomin>
Date: 星期三, 11 九月 2024 15:57:47 +0800
Subject: [PATCH] 2024-09-11 朱宝民 代码优化

---
 pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/config/KaptchaMathTwoTextCreator.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/config/KaptchaMathTwoTextCreator.java b/pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/config/KaptchaMathTwoTextCreator.java
similarity index 73%
rename from pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/config/KaptchaMathTwoTextCreator.java
rename to pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/config/KaptchaMathTwoTextCreator.java
index ada8d22..f8e5ac0 100644
--- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/config/KaptchaMathTwoTextCreator.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/config/KaptchaMathTwoTextCreator.java
@@ -1,6 +1,6 @@
-package com.dy.pipIrrGlobal.config;
+package com.dy.pipIrrApp.config;
 
-import com.dy.pipIrrGlobal.util.CaptchaUtil;
+import com.dy.pipIrrApp.util.CaptchaUtil;
 import com.google.code.kaptcha.text.impl.DefaultTextCreator;
 
 import java.security.SecureRandom;
@@ -9,9 +9,9 @@
 
 /**
  * @author ZhuBaoMin
- * @date 2024-09-10 10:39
- * @LastEditTime 2024-09-10 10:39
- * @Description 楠岃瘉鐮侀殢鏈烘枃鏈敓鎴愬櫒锛氫袱浣嶆暟鐨勫姞鍑忎箻闄�
+ * @date 2024-09-11 15:51
+ * @LastEditTime 2024-09-11 15:51
+ * @Description
  */
 
 public class KaptchaMathTwoTextCreator extends DefaultTextCreator {

--
Gitblit v1.8.0