소스 검색

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