|
@@ -8,6 +8,7 @@ import thyyxxk.webserver.entity.markmtfees.OrderNo;
|
|
|
import thyyxxk.webserver.entity.medicalinsurance.outpatient.MzPatientInfo;
|
|
|
import thyyxxk.webserver.entity.medicalinsurance.query.SiPatInfo;
|
|
|
import thyyxxk.webserver.entity.medicalinsurance.outpatient.*;
|
|
|
+import thyyxxk.webserver.entity.medicalinsurance.setlinfo.SiSetlinfo;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -160,6 +161,9 @@ public interface SiMzDao {
|
|
|
"preselfpay_amt=#{preselfpayAmt}, inscp_scp_amt=#{inscpScpAmt} where pat_no=#{patNo} and times=#{times}")
|
|
|
void updateSortOfAmt(SiPatInfo patInfo);
|
|
|
|
|
|
+ @Select("select * from t_si_setlinfo where pat_no=#{patNo} and times=#{times} and revoked=0")
|
|
|
+ SiSetlinfo selectSettledInfo(@Param("patNo") String patNo, @Param("times") int times);
|
|
|
+
|
|
|
@Select("select psn_no,certno as mdtrtCertNo, " +
|
|
|
"psn_cert_type,certno,med_type,insuplc_admdvs, " +
|
|
|
"medfeeSumamt=(select sum(charge_fee) from t_mt_receipt where patient_id=#{patNo} and t_mt_receipt.times=#{times}), " +
|