Browse Source

住院发票

‘chenzhilei’ 3 weeks ago
parent
commit
a517dee00e

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/inpatient/ChargeListDao.java

@@ -72,7 +72,7 @@ public interface ChargeListDao {
             "where inpatient_no=#{patNo} and admiss_times=#{times} " +
             "and trans_flag_yb!=2 and charge_amount!=0 ${statement} " +
             "<if test=\"ledgerSn != null \">" +
-            "and ledger_sn=#{ledgerSn} " +
+            "and a.ledger_sn=#{ledgerSn} " +
             "</if>" +
             "</script>")
     List<ChargeItem> getChargeListWithChargeDate(PatOverview overview);