梁彦春 6 gadus atpakaļ
vecāks
revīzija
8c609fddac
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/main/resources/mapper/TaGoodsMapper.xml

+ 1
- 1
src/main/resources/mapper/TaGoodsMapper.xml Parādīt failu

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