|
@@ -146,7 +146,8 @@ public class PayServiceImpl implements PayService {
|
|
|
List<Integer> ignoreOrganList = Arrays.asList(4);
|
|
|
|
|
|
// 是否由平台收款
|
|
|
- String isPlatformCollection = sysConfigDao.findConfigValue(SysConfigService.IS_OPEN_SMALL_CLASS_INCOME_TO_PLATFORM);
|
|
|
+ //String isPlatformCollection = sysConfigDao.findConfigValue(SysConfigService.IS_OPEN_SMALL_CLASS_INCOME_TO_PLATFORM);
|
|
|
+ String isPlatformCollection = "0";
|
|
|
|
|
|
if (StringUtils.equals("1", isPlatformCollection) && !ignoreOrganList.contains(organId)) {
|
|
|
|