33333333333
This commit is contained in:
@@ -73,9 +73,12 @@ public class PayTrdConfigServiceImpl extends ServiceImpl<PayTrdConfigMapper, Pay
|
||||
String payCustom = systemConfigManager.getSystemConfig(SystemConfigEnum.PAY_CUSTOM);
|
||||
PayTrdConfig payTrdConfig = null;
|
||||
if(StringUtils.isNotEmpty(payCustom)){
|
||||
String[] payCustomSplit = payCustom.split("-");
|
||||
if(payCustomSplit[0].equals(LoginHelper.getUserId()+"")){
|
||||
payTrdConfig = this.getById(payCustomSplit[1]);
|
||||
String[] ssss = payCustom.split(",");
|
||||
for (String vvvvv : ssss) {
|
||||
String[] payCustomSplit = vvvvv.split("-");
|
||||
if(payCustomSplit[0].equals(LoginHelper.getUserId()+"")){
|
||||
payTrdConfig = this.getById(payCustomSplit[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
if(payTrdConfig == null){
|
||||
|
||||
Reference in New Issue
Block a user