|
@@ -280,7 +280,7 @@ public interface SiQueryDao {
|
|
|
@Param("insutype") String insutype);
|
|
|
|
|
|
@Select("select pat_no,times,ledger_sn,insuplc_admdvs,medfee_sumamt,insutype,hifmi_pay,hifp_pay,cvlserv_pay,setl_list_id,psn_name, " +
|
|
|
- "psn_cash_pay,setl_time, " +
|
|
|
+ "psn_cash_pay,setl_time,med_type, " +
|
|
|
"fundPaySumamt=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
|
"and b.times=a.times and b.ledger_sn=a.ledger_sn),a.insutype, " +
|
|
|
"hospPay=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
@@ -293,7 +293,7 @@ public interface SiQueryDao {
|
|
|
@Param("setlType") String setlType);
|
|
|
|
|
|
@Select("select pat_no,times,ledger_sn,insuplc_admdvs,medfee_sumamt,insutype,hifmi_pay,hifp_pay,cvlserv_pay,setl_list_id,psn_name, " +
|
|
|
- "psn_cash_pay,setl_time, " +
|
|
|
+ "psn_cash_pay,setl_time,med_type, " +
|
|
|
"fundPaySumamt=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
|
"and b.times=a.times and b.ledger_sn=a.ledger_sn),a.insutype, " +
|
|
|
"hospPay=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
@@ -306,7 +306,7 @@ public interface SiQueryDao {
|
|
|
@Param("setlType") String setlType);
|
|
|
|
|
|
@Select("select pat_no,times,ledger_sn,insuplc_admdvs,medfee_sumamt,insutype,hifmi_pay,hifp_pay,cvlserv_pay,setl_list_id,psn_name, " +
|
|
|
- "psn_cash_pay,setl_time, " +
|
|
|
+ "psn_cash_pay,setl_time,med_type, " +
|
|
|
"fundPaySumamt=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
|
"and b.times=a.times and b.ledger_sn=a.ledger_sn),a.insutype, " +
|
|
|
"hospPay=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
@@ -314,12 +314,12 @@ public interface SiQueryDao {
|
|
|
"from t_si_setlinfo a where revoked=0 and setl_type=#{setlType} and insutype like #{insutype} and setl_time>=#{begntime} " +
|
|
|
"and setl_time<=#{endtime} and insuplc_admdvs='430121' ")
|
|
|
List<BaseSetlStatistics> selectBaseSetlStatisticsInChangshaCounty(@Param("begntime") String begntime,
|
|
|
- @Param("endtime") String endtime,
|
|
|
- @Param("insutype") String insutype,
|
|
|
- @Param("setlType") String setlType);
|
|
|
+ @Param("endtime") String endtime,
|
|
|
+ @Param("insutype") String insutype,
|
|
|
+ @Param("setlType") String setlType);
|
|
|
|
|
|
@Select("select pat_no,times,ledger_sn,insuplc_admdvs,medfee_sumamt,insutype,hifmi_pay,hifp_pay,cvlserv_pay,setl_list_id,psn_name, " +
|
|
|
- "psn_cash_pay,setl_time, " +
|
|
|
+ "psn_cash_pay,setl_time,med_type, " +
|
|
|
"fundPaySumamt=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
|
"and b.times=a.times and b.ledger_sn=a.ledger_sn),a.insutype, " +
|
|
|
"hospPay=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
@@ -327,12 +327,12 @@ public interface SiQueryDao {
|
|
|
"from t_si_setlinfo a where revoked=0 and setl_type=#{setlType} and insutype like #{insutype} and setl_time>=#{begntime} " +
|
|
|
"and setl_time<=#{endtime} and insuplc_admdvs='430181' ")
|
|
|
List<BaseSetlStatistics> selectBaseSetlStatisticsInLiuYangCity(@Param("begntime") String begntime,
|
|
|
- @Param("endtime") String endtime,
|
|
|
- @Param("insutype") String insutype,
|
|
|
- @Param("setlType") String setlType);
|
|
|
+ @Param("endtime") String endtime,
|
|
|
+ @Param("insutype") String insutype,
|
|
|
+ @Param("setlType") String setlType);
|
|
|
|
|
|
@Select("select pat_no,times,ledger_sn,insuplc_admdvs,medfee_sumamt,insutype,hifmi_pay,hifp_pay,cvlserv_pay,setl_list_id,psn_name, " +
|
|
|
- "psn_cash_pay,setl_time, " +
|
|
|
+ "psn_cash_pay,setl_time,med_type,med_type, " +
|
|
|
"fundPaySumamt=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
|
"and b.times=a.times and b.ledger_sn=a.ledger_sn),a.insutype, " +
|
|
|
"hospPay=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
@@ -345,7 +345,7 @@ public interface SiQueryDao {
|
|
|
@Param("setlType") String setlType);
|
|
|
|
|
|
@Select("select pat_no,times,ledger_sn,insuplc_admdvs,medfee_sumamt,insutype,hifmi_pay,hifp_pay,cvlserv_pay,setl_list_id,psn_name, " +
|
|
|
- "psn_cash_pay,setl_time, " +
|
|
|
+ "psn_cash_pay,setl_time,med_type, " +
|
|
|
"fundPaySumamt=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
|
"and b.times=a.times and b.ledger_sn=a.ledger_sn),a.insutype, " +
|
|
|
"hospPay=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
@@ -358,7 +358,7 @@ public interface SiQueryDao {
|
|
|
@Param("setlType") String setlType);
|
|
|
|
|
|
@Select("select pat_no,times,ledger_sn,insuplc_admdvs,medfee_sumamt,insutype,hifmi_pay,hifp_pay,cvlserv_pay,setl_list_id,psn_name, " +
|
|
|
- "psn_cash_pay,setl_time, " +
|
|
|
+ "psn_cash_pay,setl_time,med_type, " +
|
|
|
"fundPaySumamt=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|
|
|
"and b.times=a.times and b.ledger_sn=a.ledger_sn),a.insutype, " +
|
|
|
"hospPay=(select sum(b.fund_payamt) from t_si_setldetail b where b.pat_no=a.pat_no " +
|