|
@@ -811,7 +811,7 @@ public class MzChargeDetailController {
|
|
|
//页面回显的退款明细
|
|
|
List<MzDepositFile> refundMzDepositFiles = (List<MzDepositFile>) map.get("refundMzDepositFiles");
|
|
|
if (refundMzDepositFiles != null && refundMzDepositFiles.size() > 0) {
|
|
|
- List<ZdChequeType> chequeTypes = zdChequeTypeService.queryAllZdChequeTypeForMz();
|
|
|
+ List<ZdChequeType> chequeTypes = zdChequeTypeService.queryAllZdChequeType();
|
|
|
Map<String, String> chequeTypeMap = null;
|
|
|
if (chequeTypes != null) {
|
|
|
chequeTypeMap = chequeTypes.stream().collect(Collectors.toMap(ZdChequeType::getCode, ZdChequeType::getName));
|
|
@@ -2025,6 +2025,7 @@ public class MzChargeDetailController {
|
|
|
BigDecimal totalAmount = BigDecimal.ZERO;
|
|
|
List<String> selfPayList = new ArrayList<>();
|
|
|
results.put("selfPayList", selfPayList);
|
|
|
+ results.put("zfcns_time", DateUtil.fomart(new Date(),"yyyy-MM-dd HH:mm:ss"));
|
|
|
StringBuilder stringBuilder = new StringBuilder();
|
|
|
// int patientDuringSiSettle = tsmzService.isPatientDuringSiSettle(mzChargeDetail.getPatientId());
|
|
|
// while (patientDuringSiSettle != 0) {
|