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