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

Commit ece5d399 authored by jiangxiulong's avatar jiangxiulong

退款列表排序

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