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