用户仪器绑定记录顺序优化

master
382696293@qq.com 2 years ago
parent cc5f905f78
commit 7045c196a7

@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="bindingStatus != null "> and binding_status = #{bindingStatus}</if>
<if test="status != null "> and status = #{status}</if>
</where>
order by create_time desc
order by id desc
</select>
<select id="selectWxUserInstrumentLogById" parameterType="Long" resultMap="WxUserInstrumentLogResult">

Loading…
Cancel
Save