浏览代码

修改商品下架状态

jun.li@caimei365.com 4 年之前
父节点
当前提交
c8e8886730
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

+ 0 - 1
product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

@@ -392,7 +392,6 @@
         <if test="instrumentType != null and instrumentType != '' and instrumentType != '0'  and instrumentType != 0">
             and cshd.instrumentType like CONCAT('%',#{instrumentType},'%')
         </if>
-        and cshd.sold != 1
         ORDER BY cshd.onLineDate DESC
     </select>
     <select id="getSencondHandProductDetail" resultType="com.caimei.module.base.entity.po.SeconHandProduct">