master
yixian 8 years ago
parent 08f3d06e66
commit da629ca16b

@ -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);

Loading…
Cancel
Save