فهرست منبع

产品线管理倒叙显示

wangyu 6 سال پیش
والد
کامیت
0a1b8c7f8e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      diagbotman-service/src/main/resources/mapper/LantoneProductMapper.xml

+ 1 - 0
diagbotman-service/src/main/resources/mapper/LantoneProductMapper.xml

@@ -76,6 +76,7 @@
         <if test="name != null and name != ''">
             AND p.name LIKE concat ('%',#{name},'%')
         </if>
+        ORDER BY gmt_create DESC
     </select>
 
     <select id="opendedProduct" resultMap="BaseResultMap" parameterType="java.util.Map">