|
@@ -159,6 +159,11 @@ public interface UpIdCollectionDao {
|
|
|
List<OprninfoUpld> oprninfoUplds(@Param("patNo") String patNo,
|
|
|
@Param("times") Integer times);
|
|
|
|
|
|
+ @Select("select receipt_no from zy_receipt where inpatient_no=#{patNo} and admiss_times=#{times} and ledger_sn=#{ledgerSn} and receipt_no<>'0000000'" +
|
|
|
+ "and receipt_sn = 1")
|
|
|
+ String billNo(@Param("patNo") String patNo,
|
|
|
+ @Param("times") Integer times,
|
|
|
+ @Param("ledgerSn") Integer ledgerSn);
|
|
|
|
|
|
// 基金支付信息
|
|
|
@Select("select fund_pay_type,fund_payamt=cast(fund_payamt as decimal(16,2)) from t_si_setldetail " +
|