Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dataC_api
Project
Project
Details
Activity
Releases
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
高宇
dataC_api
Commits
1cd65e53
Commit
1cd65e53
authored
Apr 24, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.导出Dto类
parent
98a0e20f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Jnsp7xtmDtoRepository.xml
...rces/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmDtoRepository.xml
+4
-4
No files found.
src/main/resources/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmDtoRepository.xml
View file @
1cd65e53
...
...
@@ -138,13 +138,13 @@
</foreach>
</if>
<if
test=
"entity.khm != null and entity.khm != ''"
>
and
ddh
in
and
khm
in
<foreach
collection=
"entity.khm.split(',')"
separator=
","
item=
"item"
open=
"("
close=
")"
>
#{item}
</foreach>
</if>
<if
test=
"entity.pn != null and entity.pn != ''"
>
and
ddh
in
and
pn
in
<foreach
collection=
"entity.pn.split(',')"
separator=
","
item=
"item"
open=
"("
close=
")"
>
#{item}
</foreach>
...
...
@@ -239,13 +239,13 @@
</foreach>
</if>
<if
test=
"entity.khm != null and entity.khm != ''"
>
and
ddh
in
and
khm
in
<foreach
collection=
"entity.khm.split(',')"
separator=
","
item=
"item"
open=
"("
close=
")"
>
#{item}
</foreach>
</if>
<if
test=
"entity.pn != null and entity.pn != ''"
>
and
ddh
in
and
pn
in
<foreach
collection=
"entity.pn.split(',')"
separator=
","
item=
"item"
open=
"("
close=
")"
>
#{item}
</foreach>
...
...
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