Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vehicle-quality-review
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
王飞
vehicle-quality-review
Commits
8da03c0e
Commit
8da03c0e
authored
Mar 06, 2024
by
wdy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模糊查询
parent
6db5389f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
TaskMapper.xml
quality-review/src/main/resources/mapper/TaskMapper.xml
+9
-9
No files found.
quality-review/src/main/resources/mapper/TaskMapper.xml
View file @
8da03c0e
...
...
@@ -102,13 +102,13 @@
and t.standard_id = #{standardId}
</if>
<if
test=
"taskNo != null and taskNo != ''"
>
and t.task_no
= #{taskNo}
and t.task_no
like concat('%',#{taskNo},'%')
</if>
<if
test=
"taskName != null and taskName != ''"
>
and t.task_name like concat('%',#{taskName},'%')
</if>
<if
test=
"productModel != null and productModel != ''"
>
and t.product_model
= #{productModel}
and t.product_model
like concat('%',#{productModel},'%')
</if>
<if
test=
"inspectionItem != null and inspectionItem != ''"
>
AND(
...
...
@@ -133,13 +133,13 @@
and t.standard_id = #{standardId}
</if>
<if
test=
"taskNo != null and taskNo != ''"
>
and t.task_no
= #{taskNo}
and t.task_no
like concat('%',#{taskNo},'%')
</if>
<if
test=
"taskName != null and taskName != ''"
>
and t.task_name like concat('%',#{taskName},'%')
</if>
<if
test=
"productModel != null and productModel != ''"
>
and t.product_model
= #{productModel}
and t.product_model
like concat('%',#{productModel},'%')
</if>
<if
test=
"inspectionItem != null and inspectionItem != ''"
>
AND (
...
...
@@ -183,13 +183,13 @@
and t.standard_id = #{request.standardId}
</if>
<if
test=
"request.taskNo != null and request.taskNo != ''"
>
and t.task_no
= #{request.taskNo}
and t.task_no
like concat('%',#{request.taskNo},'%')
</if>
<if
test=
"request.taskName != null and request.taskName != ''"
>
and t.task_name like concat('%',#{request.taskName},'%')
</if>
<if
test=
"request.productModel != null and request.productModel != ''"
>
and t.product_model
= #{request.productModel}
and t.product_model
like concat('%',#{request.productModel},'%')
</if>
<if
test=
"request.inspectionItem != null and request.inspectionItem != ''"
>
AND (
...
...
@@ -220,13 +220,13 @@
and t.standard_id = #{standardId}
</if>
<if
test=
"request.taskNo != null and request.taskNo != ''"
>
and t.task_no
= #{taskNo}
and t.task_no
like concat('%',#{request.taskNo},'%')
</if>
<if
test=
"request.taskName != null and request.taskName != ''"
>
and t.task_name like concat('%',#{taskName},'%')
and t.task_name like concat('%',#{
request.
taskName},'%')
</if>
<if
test=
"request.productModel != null and request.productModel != ''"
>
and t.product_model
= #{productModel}
and t.product_model
like concat('%',#{request.productModel},'%')
</if>
<if
test=
"request.inspectionItem != null and request.inspectionItem != ''"
>
AND (
...
...
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