|
@@ -34,6 +34,9 @@ public interface BasSelectOverviewDao extends BaseMapper<CaseFrontsheetSurgery>
|
|
|
"isnull(a.file_status, 0)!=1 order by a.zk_ward,b.zyys")
|
|
|
List<SheetOverview> selectPatientsForBasByBah(GetOutSheet param);
|
|
|
|
|
|
+ @Select("select count(1) from zy_actpatient where inpatient_no=#{bah} ")
|
|
|
+ int selectInHospCount(String bah);
|
|
|
+
|
|
|
@Select("select sign_date,file_status,bah,name, " +
|
|
|
"admiss_times as times,admiss_date,sex, " +
|
|
|
"dismiss_dept as deptName,admiss_doctor_name as doctorName,late_flag, " +
|