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