From f632e7d7c25d8a86b1f6718f467bfef0d3c09058 Mon Sep 17 00:00:00 2001
From: xinyb <574600396@qq.com>
Date: 星期四, 26 九月 2024 18:01:06 +0800
Subject: [PATCH] CRM邮箱功能调整

---
 src/com/yc/crm/custom/action/CustomController.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/com/yc/crm/custom/action/CustomController.java b/src/com/yc/crm/custom/action/CustomController.java
index 26ac42e..2e957e4 100644
--- a/src/com/yc/crm/custom/action/CustomController.java
+++ b/src/com/yc/crm/custom/action/CustomController.java
@@ -1,6 +1,6 @@
 package com.yc.crm.custom.action;
 
-import com.yc.crm.custom.entity.T480601HEntity;
+import com.yc.crm.custom.entity.T480601Entity;
 import com.yc.crm.custom.service.CustomIfc;
 import com.yc.crm.mail.entity.MailModuleEntity;
 import com.yc.crm.mail.util.AllBackMsg;
@@ -68,7 +68,7 @@
      * @return
      */
     @PostMapping("/saveCustom.do")
-    public AllBackMsg saveCustom(@RequestBody T480601HEntity custom, HttpServletRequest request, HttpServletResponse response) throws Exception {
+    public AllBackMsg saveCustom(@RequestBody T480601Entity custom, HttpServletRequest request, HttpServletResponse response) throws Exception {
         AllBackMsg msg = new AllBackMsg();
         try {
             HttpSession session = request.getSession();
@@ -106,7 +106,7 @@
      * @return
      */
     @PostMapping("/updateCustom.do")
-    public AllBackMsg updateCustom(@RequestBody T480601HEntity custom, HttpServletRequest request, HttpServletResponse response) throws Exception {
+    public AllBackMsg updateCustom(@RequestBody T480601Entity custom, HttpServletRequest request, HttpServletResponse response) throws Exception {
         AllBackMsg msg = new AllBackMsg();
         try {
             HttpSession session = request.getSession();

--
Gitblit v1.8.0