From a6ae72a20fa857f8892317d9c13bac8130fe98e9 Mon Sep 17 00:00:00 2001
From: zhangyx <1254353766@qq.com>
Date: Fri, 12 Nov 2021 10:09:59 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?=
=?UTF-8?q?=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2891d44..8a1e1dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,29 +29,6 @@
poi-tl
1.9.1
-
-
- org.apache.poi
- poi
- 4.1.2
-
-
-
- org.apache.poi
- poi-ooxml
- 4.1.2
-
-
-
- org.apache.poi
- poi-ooxml-schemas
- 4.1.2
-
-
- commons-httpclient
- commons-httpclient
- 3.1
-
jit.vstk
From c0e48445495d90c7aa277fff443845ef50b55132 Mon Sep 17 00:00:00 2001
From: zhangyx <1254353766@qq.com>
Date: Fri, 12 Nov 2021 10:11:03 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?=
=?UTF-8?q?=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8a1e1dd..153f0be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,11 +23,10 @@
2.0.0-SNAPSHOT
-
-
- com.deepoove
- poi-tl
- 1.9.1
+
+ commons-httpclient
+ commons-httpclient
+ 3.1
From cd6b98cad41f9ae98308ab2c2641c1d13688552b Mon Sep 17 00:00:00 2001
From: zhangyx <1254353766@qq.com>
Date: Fri, 12 Nov 2021 13:58:01 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9xml=E5=86=85=E8=B7=AF?=
=?UTF-8?q?=E5=BE=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../funcswitch/dao/mapper/BizFuncSwitchConfigMapper.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/dao/mapper/BizFuncSwitchConfigMapper.xml b/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/dao/mapper/BizFuncSwitchConfigMapper.xml
index 65b8516..6d745e8 100644
--- a/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/dao/mapper/BizFuncSwitchConfigMapper.xml
+++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/dao/mapper/BizFuncSwitchConfigMapper.xml
@@ -1,9 +1,9 @@
-
+
+ type="com.chinaunicom.mall.ebtp.extend.funcswitch.entity.BizFuncSwitchConfig">
From f5cc95423e00b5f047079a70fea115bb001b3f9c Mon Sep 17 00:00:00 2001
From: liuh
Date: Thu, 18 Nov 2021 16:50:51 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=9F=AD=E4=BF=A1?=
=?UTF-8?q?=E6=8E=A5=E5=8F=A3client=E7=9A=84url=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../bizshortmessageemail/client/NotificationFeignClient.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/client/NotificationFeignClient.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/client/NotificationFeignClient.java
index 9ec5a33..4220e7e 100644
--- a/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/client/NotificationFeignClient.java
+++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/bizshortmessageemail/client/NotificationFeignClient.java
@@ -9,7 +9,7 @@ import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
-@FeignClient(value = "${mconfig.feign.name.notification}", url = "10.242.31.158:8806/notification", fallbackFactory = NotificationFeignFallbackFactory.class)
+@FeignClient(value = "${mconfig.feign.name.notification}", fallbackFactory = NotificationFeignFallbackFactory.class)
public interface NotificationFeignClient {
@ApiOperation("短信通知")