会员积分-查询结果按照创建时间倒叙

master
382696293@qq.com 2 years ago
parent 5d469b69c9
commit 80d386c93e

@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and create_time <= #{createTime} and create_time <= #{createTime}
</if> </if>
</where> </where>
order by create_time desc
</select> </select>
<select id="selectWxUserIntegralLogById" parameterType="Long" resultMap="WxUserIntegralLogResult"> <select id="selectWxUserIntegralLogById" parameterType="Long" resultMap="WxUserIntegralLogResult">

Loading…
Cancel
Save