瀏覽代碼

修复退费失败缺陷

hurugang 2 年之前
父節點
當前提交
e546b73fed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzChargeDetailServiceImpl.java

+ 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);