Просмотр исходного кода

BUG 【2268】气瓶监测RFID标签管理改为按添加时间倒序排列

hanzhiwei лет назад: 2
Родитель
Сommit
10fcd995f0

+ 1 - 0
zd-modules/zd-airbottle/src/main/resources/mapper/airbottle/QpRfidTagMapper.xml

@@ -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">