初次护理和仪器介绍排序

master
382696293@qq.com 2 years ago
parent 7a6561913e
commit 48b3fed29b

@ -30,7 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="message != null and message != ''"> and message = #{message}</if> <if test="message != null and message != ''"> and message = #{message}</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 create_time asc
</select> </select>
<select id="selectWxInstrumentFileRelateById" parameterType="Long" resultMap="WxInstrumentFileRelateResult"> <select id="selectWxInstrumentFileRelateById" parameterType="Long" resultMap="WxInstrumentFileRelateResult">

Loading…
Cancel
Save