提交 7557484a 作者: xiaowang

新增推荐

上级 be16de8b
......@@ -196,6 +196,9 @@
<if test="shelfStatus != null">
and shelf_status = #{shelfStatus}
</if>
<if test="recommend != null">
and mg.recommend = #{recommend}
</if>
</where>
</select>
<select id="listMallGoods" resultType="com.mmc.pms.entity.mall.MallGoodsDO">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论