فهرست منبع

产品库倒序

chenw 7 سال پیش
والد
کامیت
e13aa425da
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      applications/document/document-server/src/main/resources/mapper/ProductMapper.xml

+ 1 - 0
applications/document/document-server/src/main/resources/mapper/ProductMapper.xml

@@ -1002,6 +1002,7 @@
           ${condition}
         </if>
       </where>
+      order by prodId desc
     </select>
     <select id="selectByCode" resultMap="ProductDTOResultMapper">
         select * from product where pr_code = #{code} and companyId = #{companyId}