@@ -412,9 +412,9 @@ public class PayServiceImpl implements PayService {
checkMaxReceipt(routeScaleDto, routeScaleDto.getMerNo());
}
- if(routeScaleDtoForGoodsSell != null){
+ /*if(routeScaleDtoForGoodsSell != null){
routeScaleDtos.add(routeScaleDtoForGoodsSell);
- }
+ }*/
Map<String, Object> map = getPayRoute(amount, balanceAmount, orderNo, notifyUrl, returnUrl, orderSubject, orderBody, routeScaleDtos, subCashAmount);