|
@@ -18,6 +18,6 @@ public interface JieShouFeiYongDao {
|
|
|
@Select("select rtrim(inpatient_no) inpatient_no,admiss_times, " +
|
|
|
" ledgerSn = (select max(ledger_sn) from zy_ledger_file b " +
|
|
|
" where a.inpatient_no = b.inpatient_no and a.admiss_times = b.admiss_times) " +
|
|
|
- "from zy_actpatient a where a.inpatient_no = '020118' ")
|
|
|
+ "from zy_actpatient a ")
|
|
|
List<Patient> xuYaoJieShouFeiYong();
|
|
|
}
|