From ee2316e2cb7afde1c54f5e4216a1b0d1e055749e Mon Sep 17 00:00:00 2001
From: xinyb <574600396@qq.com>
Date: 星期五, 27 九月 2024 17:33:14 +0800
Subject: [PATCH] CRM邮箱配置调整

---
 src/com/yc/crm/mail/action/MailAccount.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/yc/crm/mail/action/MailAccount.java b/src/com/yc/crm/mail/action/MailAccount.java
index 30a2f3d..f4f5859 100644
--- a/src/com/yc/crm/mail/action/MailAccount.java
+++ b/src/com/yc/crm/mail/action/MailAccount.java
@@ -321,7 +321,7 @@
     public AllBackMsg deleteAccount(@RequestParam(defaultValue = "0") Integer accountId, HttpServletRequest request, HttpServletResponse response) {
         AllBackMsg msg = new AllBackMsg();
         try {
-            if (accountId == 0) {
+            if (accountId.equals(0)) {
                 msg.setFail("閭缂栧彿ID鑾峰彇涓嶅埌");
                 return msg;
             }

--
Gitblit v1.8.0