Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
2d8e96f8
Commit
2d8e96f8
authored
Jul 23, 2021
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品库新增维护: 1. 文件管理 表中新增字段:【UI上显示图片】、【UI上显示类别(0:都显示;1:H5页面显示;2:产品库显示)默认值1】
2. 投保规则 表中新增字段【UI上显示类别(0:都显示;1:H5页面显示;2:产品库显示)默认值1】
parent
b483ca21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
yd-api/src/main/resources/mapper/marketing/MarketMapper.xml
+1
-1
No files found.
yd-api/src/main/resources/mapper/marketing/MarketMapper.xml
View file @
2d8e96f8
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment