Commit 7ed265e5 authored by wlx@33.cn's avatar wlx@33.cn

转赠添加排序

parent 7fdbd64e
...@@ -22,5 +22,6 @@ ...@@ -22,5 +22,6 @@
select * select *
from user_asset_transfer_record from user_asset_transfer_record
where uid = #{uid} and goods_id = #{goodsId} and sku_id = #{skuId} and status = #{status} where uid = #{uid} and goods_id = #{goodsId} and sku_id = #{skuId} and status = #{status}
order by update_time desc
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment