leon 5 лет назад
Родитель
Сommit
b78e4ea28e

+ 1 - 1
src/main/java/com/mokamrp/privates/controller/pangu/FosterwxMobileWxfriendController.java

@@ -86,7 +86,7 @@ public class FosterwxMobileWxfriendController extends BaseController<FosterwxMob
         );
         Map<String,Boolean> friendsNames = new HashMap<>();
         for (FosterwxMobileWxfriend add :addFosterwxMobileHandle.getFriends()){
-            if(friendsNames.get(add.getWxName()) == null){
+            if(friendsNames.get(add.getWxName()) != null){
                 return AjaxResult.error(HttpMsg.wxFriendResume+add.getWxName());
             }
             friendsNames.put(add.getWxName(),true);

+ 1 - 1
src/main/resources/application-test.properties

@@ -33,7 +33,7 @@ spring.redis.jedis.pool.max-wait=-1ms
 #阿里云oss配置(增加一个cdn地址配置)
 aliyun.host=http://mini-short-video-oss.lushenjin.cn/
 aliyun.endpoint=https://oss-cn-hangzhou.aliyuncs.com
-aliyun.accessKeyId=LTAI4FnmkS1SNFkaKb4YZ1ga 
+aliyun.accessKeyId=LTAI4FnmkS1SNFkaKb4YZ1ga
 aliyun.accessKeySecret=irLfHOni7ffLU3yAf3LsKEXwQLfrNc
 aliyun.bucketName=mini-short-video-test
 spring.servlet.multipart.max-request-size=10MB