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
ab9c9ebc
Commit
ab9c9ebc
authored
Aug 16, 2024
by
史志龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作业计划逻辑整改--shizhilong
parent
f068b095
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
WorkBatchMapper.xml
...cg/modules/maintenanceWork/mapper/xml/WorkBatchMapper.xml
+4
-7
No files found.
jeecg-module-system/src/main/java/org/jeecg/modules/maintenanceWork/mapper/xml/WorkBatchMapper.xml
View file @
ab9c9ebc
...
...
@@ -38,19 +38,16 @@
<if
test=
"dto.lineAliasId != null and dto.lineAliasId != ''"
>
AND t1.line_alias_id = #{dto.lineAliasId}
</if>
<if
test=
"dto.source != null
and dto.source != ''
"
>
<if
test=
"dto.source != null"
>
AND t1.source = #{dto.source}
</if>
<if
test=
"dto.analysisType != null
and dto.analysisType != ''
"
>
<if
test=
"dto.analysisType != null"
>
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 != ''"
>
<if
test=
"dto.workStatus != null"
>
AND t1.work_status = #{dto.workStatus}
</if>
<if
test=
"dto.workType != null
and dto.workType != ''
"
>
<if
test=
"dto.workType != null"
>
AND t1.work_type = #{dto.workType}
</if>
<if
test=
"dto.team != null and dto.team != ''"
>
...
...
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