|
|
|
@ -462,6 +462,14 @@ |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
<choose> |
|
|
|
<when test="sortField != null and sortField.length > 0 or sortOrder != null and sortOrder.length > 0"> |
|
|
|
ORDER BY ${sortField} ${sortOrder} |
|
|
|
</when> |
|
|
|
<otherwise> |
|
|
|
ORDER BY crc.create_time DESC |
|
|
|
</otherwise> |
|
|
|
</choose> |
|
|
|
</select> |
|
|
|
<select id="selectRefundCount" resultType="com.example.demo.domain.vo.cash.FundsDTO"> |
|
|
|
select crr.refund_currency, |
|
|
|
|