Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
wangming
/
kzy-wx
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4d67fe15
authored
Mar 17, 2020
by
魏文甫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
52016cc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/mybatis/mapping/informationMapper.xml
src/main/resources/mybatis/mapping/informationMapper.xml
View file @
4d67fe1
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
t_kzy_relation_class rc
t_kzy_relation_class rc
LEFT JOIN t_kzy_information i ON rc.relation_id = i.id
LEFT JOIN t_kzy_information i ON rc.relation_id = i.id
WHERE
WHERE
i.is_delete = 0
i.is_delete = 0
AND rc.type=2
AND rc.first_class_id = #{firstId,jdbcType=BIGINT}
AND rc.first_class_id = #{firstId,jdbcType=BIGINT}
GROUP BY i.id
GROUP BY i.id
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment