Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
40f4094d
Commit
40f4094d
authored
May 23, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工业居民安检修改
parent
7110c2ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
TBusinessMapper.xml
...stem/src/main/resources/mapper/system/TBusinessMapper.xml
+1
-0
TTaskMapper.xml
...n-system/src/main/resources/mapper/system/TTaskMapper.xml
+2
-1
No files found.
huaxin-system/src/main/resources/mapper/system/TBusinessMapper.xml
View file @
40f4094d
...
...
@@ -71,6 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"soutext!=null and soutext!=''"
>
and (t.usernum like concat('%', #{soutext}, '%') or t.company like concat('%', #{soutext}, '%'))
</if>
<if
test=
"taskType != null and taskType != ''"
>
and t.task_type = #{taskType}
</if>
</where>
<if
test=
"selectFrom==1"
>
order by tp.status
...
...
huaxin-system/src/main/resources/mapper/system/TTaskMapper.xml
View file @
40f4094d
...
...
@@ -196,7 +196,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
task.status = 0
<if
test=
"type != null"
>
AND task.type = #{ type }
</if>
<if
test=
"checkType != null"
>
AND task.check_type = #{ checkType }
</if>
<if
test=
"type != null and type == 3 and checkType != null"
>
AND task.check_type = #{ checkType }
</if>
<if
test=
"type != null and type == 2 and checkType != null"
>
AND task.business_type = #{ checkType }
</if>
<if
test=
"taskType != null and taskType != ''"
>
AND task.task_type = #{ taskType }
</if>
</where>
ORDER BY create_time DESC
...
...
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