|
@@ -175,13 +175,8 @@ public interface SiQueryDao {
|
|
|
"and a.times=c.admiss_times")
|
|
|
InptntSetlmtLst selectZySetlinfo(@Param("setlId") String setlId, @Param("table") String table);
|
|
|
|
|
|
- @Select("select account_date from zy_ledger_file where inpatient_no=#{patNo} and admiss_times=#{times} and ledger_sn=#{sn}")
|
|
|
- Date selectAccountDate(@Param("patNo") String patNo,
|
|
|
- @Param("times") int times,
|
|
|
- @Param("sn") int sn);
|
|
|
-
|
|
|
- @Select("select a.mdtrt_id,a.psn_name,a.gend,a.age,a.cvlserv_flag,a.psn_type, " +
|
|
|
- "b.emp_name,a.certno,a.med_type,b.dise_code,a.medfee_sumamt,a.psn_no, " +
|
|
|
+ @Select("select a.mdtrt_id,a.psn_name,a.gend,a.age,a.cvlserv_flag,a.psn_type,a.pat_no,a.setl_time, " +
|
|
|
+ "b.dise_name,b.emp_name,a.certno,a.med_type,b.dise_code,a.medfee_sumamt,a.psn_no, " +
|
|
|
"a.hifp_pay,a.acct_pay,a.cvlserv_pay,a.psn_cash_pay,b.insuplc_admdvs, " +
|
|
|
"a.hifmi_pay,a.maf_pay,a.hifob_pay,a.oth_pay,a.staff_id,a.hifes_pay, " +
|
|
|
"staffName=(select rtrim(name) from a_employee_mi where code=staff_id) " +
|