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