|
@@ -976,20 +976,7 @@ public class PrescriptionServices {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- //统计支付总额和退费总额
|
|
|
- int paymentStatusInt = Checker.getIntegerValue(p.getPaymentStatus());
|
|
|
- int presStatus = Checker.getIntegerValue(p.getStatus());
|
|
|
- int payChanelInt = Checker.getIntegerValue(p.getPaymentChannel());
|
|
|
-
|
|
|
- if (presStatus == PrescriptionInfoStatusEnum.HaveARefund.getValue()) {
|
|
|
- refundTotal += Checker.getIntegerValue(p.getTotalPrice());
|
|
|
|
|
|
- }
|
|
|
- if (paymentStatusInt == PaymentStatusEnum.Success.getValue()) {
|
|
|
- payTotal += Checker.getIntegerValue(p.getTotalPrice());
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
int size = prescriptionInfoList.size();
|