@ -45,8 +45,6 @@ public interface RefundMapper {
@AutoSql ( SqlType . SELECT )
@AutoSql ( SqlType . SELECT )
JSONObject findByOutRefundId ( @Param ( "out_refund_id" ) String outRefundNo ) ;
JSONObject findByOutRefundId ( @Param ( "out_refund_id" ) String outRefundNo ) ;
@AutoSql ( SqlType . SELECT )
@AdvanceSelect ( addonWhereClause = "status=4 and confirm_time is not null and refund_id not in (select refund_id from pmt_transactions where refund_id is not null)" )
List < JSONObject > listConfirmedRefundsWithNoTransactions ( ) ;
List < JSONObject > listConfirmedRefundsWithNoTransactions ( ) ;
JSONObject findRefundInfoByDay ( @Param ( "begin" ) Date begin , @Param ( "end" ) Date end ) ;
JSONObject findRefundInfoByDay ( @Param ( "begin" ) Date begin , @Param ( "end" ) Date end ) ;