|
@@ -56,7 +56,7 @@ public interface SiManageDao {
|
|
|
@Select("select visitId=pat_no+'_'+cast(times as varchar)+'_'+cast(ledger_sn as varchar), " +
|
|
|
"setl_id,mdtrt_id,psn_no,medins_setl_id as msgId,medfee_sumamt,acct_pay,fund_pay_sumamt, " +
|
|
|
"hosp_part_amt from t_si_setlinfo where setl_type=#{clrType} and revoked=0 and " +
|
|
|
- "setl_time>=#{start} and setl_time<=#{end} ")
|
|
|
+ "endtime>=#{start} and endtime<=#{end} ")
|
|
|
List<InstSetlLdgChkBrf> selectSetlinfoBrfsForHisCheck(@Param("clrType") String clrType,
|
|
|
@Param("start") String start,
|
|
|
@Param("end") String end);
|