Browse Source

fixed bugs

fushengqian 1 year ago
parent
commit
50494b8c47

+ 1 - 1
fuint-application/src/main/java/com/fuint/common/service/impl/AlipayServiceImpl.java

@@ -38,7 +38,7 @@ import java.util.*;
 @AllArgsConstructor
 @AllArgsConstructor
 public class AlipayServiceImpl implements AlipayService {
 public class AlipayServiceImpl implements AlipayService {
 
 
-    private static final Logger logger = LoggerFactory.getLogger(WeixinServiceImpl.class);
+    private static final Logger logger = LoggerFactory.getLogger(AlipayServiceImpl.class);
 
 
     private AliPayBean aliPayBean;
     private AliPayBean aliPayBean;
 
 

+ 1 - 1
fuint-application/src/main/java/com/fuint/common/service/impl/WeixinServiceImpl.java

@@ -715,7 +715,7 @@ public class WeixinServiceImpl implements WeixinService {
             Map<String, Object> memberCard = new HashMap<>();
             Map<String, Object> memberCard = new HashMap<>();
             String baseImage = settingService.getUploadBasePath();
             String baseImage = settingService.getUploadBasePath();
             if (StringUtil.isNotEmpty(wxCardDto.getBackgroundUrl())) {
             if (StringUtil.isNotEmpty(wxCardDto.getBackgroundUrl())) {
-                memberCard.put("background_pic_url", baseImage + wxCardDto.getBackgroundUrl());
+                // memberCard.put("background_pic_url", baseImage + wxCardDto.getBackgroundUrl());
             }
             }
 
 
             // baseInfo
             // baseInfo