|
@@ -51,7 +51,9 @@ public interface UpIdCollectionDao {
|
|
" a.setl_time as setl_end_date " + //结算时间
|
|
" a.setl_time as setl_end_date " + //结算时间
|
|
"from t_si_setlinfo a, t_si_pat_info b " +
|
|
"from t_si_setlinfo a, t_si_pat_info b " +
|
|
"where a.pat_no=b.pat_no and a.times=b.times " +
|
|
"where a.pat_no=b.pat_no and a.times=b.times " +
|
|
|
|
+ "and a.ledger_sn = b.ledger_sn " +
|
|
"and a.pat_no = #{patNo} and a.times = #{times} " +
|
|
"and a.pat_no = #{patNo} and a.times = #{times} " +
|
|
|
|
+ "and a.ledger_sn = #{ledgerSn} " +
|
|
"and a.revoked = 0 ")
|
|
"and a.revoked = 0 ")
|
|
SetlinfoUpld setlinfo1(@Param("patNo") String patNo,
|
|
SetlinfoUpld setlinfo1(@Param("patNo") String patNo,
|
|
@Param("times") Integer times,
|
|
@Param("times") Integer times,
|