Merge remote-tracking branch 'origin/develop'

master
james.zhao 6 years ago
commit 0ac0b8bdbd

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