Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
254abd42
Commit
254abd42
authored
Jul 08, 2021
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)提交代码
parent
ed8259af
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FireTeamMapper.xml
...e-common-api/src/main/resources/mapper/FireTeamMapper.xml
+3
-3
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/resources/mapper/FireTeamMapper.xml
View file @
254abd42
...
...
@@ -30,9 +30,9 @@
<if
test=
'par.typeCode != null'
>
and a.type_code = #{par.typeCode}
</if>
<if
test=
'par.companyCode != null'
>
and a.company_code = #{par.companyCode}
</if>
<if
test=
'par.name != null'
>
and a.name like concat('%', #{par.name}, '%')
</if>
<if
test=
'par.nodeType != null and par.nodeType == "1"'
>
and a.company = #{par.
i
d}
</if>
<if
test=
'par.nodeType != null and par.nodeType == "0"'
>
and a.parent = #{par.
i
d} or a.sequence_nbr =
#{par.
i
d}
</if>
<if
test=
'par.nodeType != null and par.nodeType == "1"'
>
and a.company = #{par.
nodeI
d}
</if>
<if
test=
'par.nodeType != null and par.nodeType == "0"'
>
and a.parent = #{par.
nodeI
d} or a.sequence_nbr =
#{par.
nodeI
d}
</if>
</select>
<select
id=
"listFireTeamDto"
resultType=
"com.yeejoin.amos.boot.module.common.api.dto.FireTeamDto"
>
...
...
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