@@ -112,6 +112,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="goodsType != null and goodsType != ''">
and g.goods_type = #{goodsType}
</if>
+ order by g.create_time desc
</select>
<select id="countGoods" parameterType="long" resultType="long">
@@ -70,6 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="examNumberGoodsVos" parameterType="long" resultMap="ExamNumberGoodsVoResult">
@@ -60,6 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</mapper>