소스 검색

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

hanzhiwei 2 년 전
부모
커밋
10fcd995f0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      zd-modules/zd-airbottle/src/main/resources/mapper/airbottle/QpRfidTagMapper.xml

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