记得上下班打卡 | git大法好,push需谨慎

Commit ece5d399 authored by jiangxiulong's avatar jiangxiulong

退款列表排序

parent 641c1447
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
AND status = #{status} AND status = #{status}
</if> </if>
</where> </where>
ORDER BY mid DESC
</select> </select>
<select id="selectLastOne" resultType="com.liquidnet.service.kylin.entity.KylinOrderRefundBatches"> <select id="selectLastOne" resultType="com.liquidnet.service.kylin.entity.KylinOrderRefundBatches">
SELECT * SELECT *
......
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
AND a.status = #{status} AND a.status = #{status}
</if> </if>
</where> </where>
ORDER BY mid DESC
</select> </select>
<select id="selectRefundingCount" resultType="java.lang.Integer"> <select id="selectRefundingCount" resultType="java.lang.Integer">
SELECT COUNT(*) SELECT COUNT(*)
......
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