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