Browse Source

修复退费失败缺陷

hurugang 2 years ago
parent
commit
e546b73fed

+ 1 - 1
src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzChargeDetailServiceImpl.java

@@ -3679,8 +3679,8 @@ public class MzChargeDetailServiceImpl implements MzChargeDetailService {
             } else {
                 if(payWay==null && !Constants.BYJZ.equals(ms.getChequeType()) && !Constants.YBJZ.equals(ms.getChequeType())){
                     payWay = Constants.CASH;
+                    temp.setChequeType(payWay);
                 }
-                temp.setChequeType(payWay);
             }
             temp.setDcountNo(YesNoEnum.NO.code);
             temp.setDcountDate(null);