Prechádzať zdrojové kódy

产品线管理倒叙显示

wangyu 6 rokov pred
rodič
commit
0a1b8c7f8e

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