소스 검색

产品线管理倒叙显示

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