diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderSplitRecordMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderSplitRecordMapper.xml index 9b138b073..9a6cc90d5 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderSplitRecordMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderSplitRecordMapper.xml @@ -921,6 +921,9 @@ AND t2.transaction_code = #{dto.transactionCode,jdbcType=VARCHAR} + order by + t1.trade_date desc + t1.create_time desc