|
|
|
@ -165,9 +165,9 @@ public interface TransactionMapper {
|
|
|
|
|
@Param("system_transaction_id") String systemTransactionId,
|
|
|
|
|
PageBounds pageBounds);
|
|
|
|
|
|
|
|
|
|
List<JSONObject> listCreditTransactionsForSecure(Date from, Date to);
|
|
|
|
|
List<JSONObject> listCreditTransactionsForSecure(@Param("from") Date from, @Param("to") Date to);
|
|
|
|
|
|
|
|
|
|
List<JSONObject> listDebitTransactionsForSecure(Date from, Date to);
|
|
|
|
|
List<JSONObject> listDebitTransactionsForSecure(@Param("from") Date from, @Param("to") Date to);
|
|
|
|
|
|
|
|
|
|
JSONObject getClearDetailTotal(JSONObject params);
|
|
|
|
|
|
|
|
|
|