Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
H
hzsomms
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
ZTGK
hzsomms
Commits
a4986473
Commit
a4986473
authored
8 months ago
by
史志龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作业查询逻辑提交--shizhilong
parent
ff26a208
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
WorkBatchMapper.xml
...cg/modules/maintenanceWork/mapper/xml/WorkBatchMapper.xml
+18
-0
No files found.
jeecg-module-system/src/main/java/org/jeecg/modules/maintenanceWork/mapper/xml/WorkBatchMapper.xml
View file @
a4986473
...
...
@@ -38,6 +38,24 @@
<if
test=
"dto.lineAliasId != null and dto.lineAliasId != ''"
>
AND t1.line_alias_id = #{dto.lineAliasId}
</if>
<if
test=
"dto.source != null and dto.source != ''"
>
AND t1.source = #{dto.source}
</if>
<if
test=
"dto.analysisType != null and dto.analysisType != ''"
>
AND t1.analysis_type = #{dto.analysisType}
</if>
<if
test=
"dto.analysisType != null and dto.analysisType != ''"
>
AND t1.analysis_type = #{dto.analysisType}
</if>
<if
test=
"dto.workStatus != null and dto.workStatus != ''"
>
AND t1.work_status = #{dto.workStatus}
</if>
<if
test=
"dto.workType != null and dto.workType != ''"
>
AND t1.work_type = #{dto.workType}
</if>
<if
test=
"dto.team != null and dto.team != ''"
>
AND t1.team = #{dto.team}
</if>
ORDER BY t1.create_time DESC
</select>
...
...
This diff is collapsed.
Click to expand it.
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