@@ -281,6 +281,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="goodsStatus != null and goodsStatus != ''">
and g.goods_status = #{goodsStatus}
</if>
+ order by g.create_time desc
</select>
<select id="selectUserDetail" parameterType="map" resultMap="GoodsResultVo">