|
@@ -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;
|
|
|
}
|