|
@@ -147,17 +147,17 @@ public class PayServiceImpl implements PayService {
|
|
|
|
|
|
// 是否由平台收款
|
|
|
//String isPlatformCollection = sysConfigDao.findConfigValue(SysConfigService.IS_OPEN_SMALL_CLASS_INCOME_TO_PLATFORM);
|
|
|
- String isPlatformCollection = "0";
|
|
|
+ String isPlatformCollection = "1";
|
|
|
|
|
|
if (StringUtils.equals("1", isPlatformCollection) && !ignoreOrganList.contains(organId)) {
|
|
|
|
|
|
- String merNo = sysConfigDao.findConfigValue(SysConfigService.PLATFORM_PAYEE_ACCOUNT);
|
|
|
-
|
|
|
+ //String merNo = sysConfigDao.findConfigValue(SysConfigService.PLATFORM_PAYEE_ACCOUNT);
|
|
|
+ String merNo = ConfigInit.merNo;
|
|
|
if(StringUtils.isBlank(merNo)){
|
|
|
throw new BizException("平台收款账户查询失败");
|
|
|
}
|
|
|
|
|
|
- Integer routeOrganId = 68;
|
|
|
+ Integer routeOrganId = 16;
|
|
|
|
|
|
StudentPaymentRouteOrder studentPaymentRouteOrder = new StudentPaymentRouteOrder();
|
|
|
studentPaymentRouteOrder.setOrderNo(orderNo);
|