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