@@ -30,6 +30,7 @@
<if test="tagCode != null and tagCode != ''">and tag_code = #{tagCode}</if>
<if test="isBind != null ">and is_bind = #{isBind}</if>
</where>
+ order by create_time desc
</select>
<select id="selectQpRfidTagById" resultMap="QpRfidTagResult">