Ver Fonte

update 分润设置

周箭河 há 5 anos atrás
pai
commit
69f09bea6a

+ 2 - 2
mec-biz/src/main/java/com/ym/mec/biz/service/impl/PayServiceImpl.java

@@ -333,7 +333,7 @@ public class PayServiceImpl implements PayService {
         Set<String> musicGroupType = new HashSet<>();
         musicGroupType.add("renew");
         musicGroupType.add("register");
-        if(musicGroupType.contains(receiver)){
+        if (musicGroupType.contains(receiver)) {
             receiver = "musicGroupBuy";
         }
 
@@ -398,7 +398,7 @@ public class PayServiceImpl implements PayService {
             return null;
         }
 
-        Integer organId = (Integer)channel.get("organId");
+        Integer organId = (Integer) channel.get("organId");
         if (checkHasMaxReceipt(organId, amount)) {
             return null;
         }