소스 검색

simple imgUrl

梁彦春 6 년 전
부모
커밋
8c609fddac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/resources/mapper/TaGoodsMapper.xml

+ 1
- 1
src/main/resources/mapper/TaGoodsMapper.xml 파일 보기

@@ -16,7 +16,7 @@
16 16
                 and g.type_id = #{typeId}
17 17
             </if>
18 18
         </where>
19
-        order by g.create_time desc
19
+        order by g.create_date desc
20 20
     </select>
21 21
 
22 22
 </mapper>