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