浏览代码

问题修改

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