소스 검색

问题修改

zhs 2 년 전
부모
커밋
0abb0f66b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/WarehousingMapper.xml

+ 1 - 1
src/main/resources/mapper/WarehousingMapper.xml

@@ -231,7 +231,7 @@
             seq,
             user_id,
             storage_location_name
-        from tld_warehousing_virtual where unique_code = #{uniqueCode} and type = #{type}
+        from tld_warehousing_virtual where unique_code = #{uniqueCode} and type = #{type} order by id desc
     </select>
     <!-- 查询导出内容 -->
     <select id="export" resultType="java.util.LinkedHashMap">