Commit 2d8e96f8 by wenyang

产品库新增维护: 1. 文件管理 表中新增字段:【UI上显示图片】、【UI上显示类别(0:都显示;1:H5页面显示;2:产品库显示)默认值1】

2. 投保规则 表中新增字段【UI上显示类别(0:都显示;1:H5页面显示;2:产品库显示)默认值1】
parent b483ca21
......@@ -24,7 +24,7 @@
LEFT JOIN ag_product p on p.id = (if (t.item_type= 1,t.item_id,(SELECT pp.product_id from ag_product_plan pp where pp.id = t.item_id) ))
where
t.is_active = 1
AND t.file_category = 22
AND t.file_category = 22 and t.display_type in ('0','1')
<if test="mdDropOptionId != null">
and t.md_drop_option_id = #{mdDropOptionId,jdbcType=BIGINT}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment