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