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