瀏覽代碼

bug fixes

plf 5 年之前
父節點
當前提交
d7f5542467
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

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

@@ -112,7 +112,7 @@
         select
         <include refid="Product_Column_List" />
         from product
-        where validFlag in (2,3)
+        where validFlag in (2,3,9)
         and productId = #{productId,jdbcType=BIGINT}
     </select>
     <select id="getSearchHistoryList" resultType="com.caimei.module.base.entity.vo.SearchHistoryVo">