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
eb24c0b3
Commit
eb24c0b3
authored
May 12, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 固定表头第一步
parent
96e4c5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
Jnsp7xtmRepository.xml
...sources/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmRepository.xml
+11
-11
No files found.
src/main/resources/mapper/bus/jnsp7xtm/mapper/Jnsp7xtmRepository.xml
View file @
eb24c0b3
...
...
@@ -37,14 +37,14 @@
</if>
WHERE
1=1
<if
test=
'entity.clickOneDimensionality and entity.type == "1"'
>
and
${entity.oneDimensionality} = #{entity.oneDimensionalityValue}
<if
test=
'entity.clickOneDimensionality and entity.type == "1"'
>
and
(${entity.oneDimensionality} = #{entity.oneDimensionalityValue} or ${entity.oneDimensionality} is null )
</if>
<if
test=
'entity.clickTwoDimensionality and entity.type == "1"'
>
and
${entity.twoDimensionality} = #{entity.twoDimensionalityValue}
and
(${entity.twoDimensionality} = #{entity.twoDimensionalityValue} or ${entity.twoDimensionality} is null)
</if>
<if
test=
'entity.clickThreeDimensionality and entity.type == "1"'
>
and
${entity.threeDimensionality} = #{entity.threeDimensionalityValue}
and
(${entity.threeDimensionality} = #{entity.threeDimensionalityValue} or ${entity.threeDimensionality} is null )
</if>
<if
test=
"entity.vagueKhdm != null and entity.vagueKhdm != ''"
>
and J7xtm.khdm like concat('%',#{entity.vagueKhdm },'%')
...
...
@@ -125,13 +125,13 @@
WHERE
1=1
<if
test=
'entity.clickOneDimensionality and entity.type == "1"'
>
and
${entity.oneDimensionality} = #{entity.oneDimensionalityValue}
and
(${entity.oneDimensionality} = #{entity.oneDimensionalityValue} or ${entity.oneDimensionality} is null )
</if>
<if
test=
'entity.clickTwoDimensionality and entity.type == "1"'
>
and
${entity.twoDimensionality} = #{entity.twoDimensionalityValue}
and
(${entity.twoDimensionality} = #{entity.twoDimensionalityValue} or ${entity.twoDimensionality} is null )
</if>
<if
test=
'entity.clickThreeDimensionality and entity.type == "1"'
>
and
${entity.threeDimensionality} = #{entity.threeDimensionalityValue}
and
(${entity.threeDimensionality} = #{entity.threeDimensionalityValue} or ${entity.threeDimensionality} is null )
</if>
<if
test=
"entity.vagueKhdm != null and entity.vagueKhdm != ''"
>
and J7xtm.khdm like concat('%',#{entity.vagueKhdm },'%')
...
...
@@ -208,14 +208,14 @@
</if>
WHERE
1=1
<if
test=
'entity.clickOneDimensionality and entity.type == "1"'
>
and
${entity.oneDimensionality} = #{entity.oneDimensionalityValue}
<if
test=
'entity.clickOneDimensionality and entity.type == "1"'
>
and
(${entity.oneDimensionality} = #{entity.oneDimensionalityValue} or ${entity.oneDimensionality} is null )
</if>
<if
test=
'entity.clickTwoDimensionality and entity.type == "1"'
>
and
${entity.twoDimensionality} = #{entity.twoDimensionalityValue}
and
(${entity.twoDimensionality} = #{entity.twoDimensionalityValue} or ${entity.twoDimensionality} is null)
</if>
<if
test=
'entity.clickThreeDimensionality and entity.type == "1"'
>
and
${entity.threeDimensionality} = #{entity.threeDimensionalityValue}
and
(${entity.threeDimensionality} = #{entity.threeDimensionalityValue} or ${entity.threeDimensionality} is null)
</if>
<if
test=
"entity.vagueKhdm != null and entity.vagueKhdm != ''"
>
and J7xtm.khdm like concat('%',#{entity.vagueKhdm },'%')
...
...
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