Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jz-dmp-service
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
姚本章
jz-dmp-service
Commits
50594f0b
Commit
50594f0b
authored
Mar 08, 2021
by
sml
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目 名称 模糊查询
parent
adcdbef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DmpProjectMapper.xml
src/main/resources/mapper/dmp/DmpProjectMapper.xml
+1
-1
No files found.
src/main/resources/mapper/dmp/DmpProjectMapper.xml
View file @
50594f0b
...
...
@@ -541,7 +541,7 @@
<if
test=
"ownerId != null"
>
AND owner_id = #{ownerId}
</if>
<if
test=
"productionId != null"
>
AND production_id = #{productionId}
</if>
<if
test=
"dataWarehouseId != null"
>
AND data_warehouse_id = #{dataWarehouseId}
</if>
<if
test=
"name != null"
>
AND name
= #{name}
</if>
<if
test=
"name != null"
>
AND name
LIKE CONCAT('%',#{name},'%')
</if>
<if
test=
"displayName != null"
>
AND display_name = #{displayName}
</if>
<if
test=
"projectDesc != null"
>
AND project_desc = #{projectDesc}
</if>
<if
test=
"publishTargetId != null"
>
AND publish_target_id = #{publishTargetId}
</if>
...
...
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