梁彦春 пре 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>