|
@@ -169,9 +169,6 @@ public interface SiMzDao {
|
|
|
"and b.si_caty=c.code")
|
|
|
MzVisit selectMzVisitInfo(String patNo, int times);
|
|
|
|
|
|
- @Select("select rtrim(dept_code) from a_employee_mi where code=#{code} and isnull(del_flag, '0')!='1'")
|
|
|
- String selectStaffDepartment(String code);
|
|
|
-
|
|
|
@Select("select his_item_code from t_mt_receipt where patient_id=#{patNo} and times=#{times}")
|
|
|
List<String> selectHisChargeCodes(String patNo, int times);
|
|
|
|
|
@@ -193,4 +190,7 @@ public interface SiMzDao {
|
|
|
|
|
|
@Select("select count(1) from mz_order_lock where his_order_num=#{id} and lock_flag=1 and ybzf=1")
|
|
|
int getLockedCount(String id);
|
|
|
+
|
|
|
+ @Select("select count(1) from t_mt_receipt where patient_id=#{patNo} and times=#{times}")
|
|
|
+ int getUpldfCnt(String patNo, int times);
|
|
|
}
|