|
@@ -558,7 +558,7 @@ public class PayServiceImpl implements PayService {
|
|
|
// }else {
|
|
|
BigDecimal monthHasReceipt = studentPaymentRouteOrderDao.getRouteOrderAmount(routeScaleDto.getOrganId(), paymentChannelList, monthStartTime);
|
|
|
monthHasReceipt = monthHasReceipt == null ? BigDecimal.ZERO : monthHasReceipt;
|
|
|
- monthHasReceipt.multiply(new BigDecimal(100));
|
|
|
+// monthHasReceipt.multiply(new BigDecimal(100));
|
|
|
//
|
|
|
// }
|
|
|
|