Kaynağa Gözat

Merge branches 'developer' and 'developerA' of git.caimei365.com:chao/caimei-modules-soa into developerA

plf 4 yıl önce
ebeveyn
işleme
6d28a2e11f

+ 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">