Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_api
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
liyilin
intel_promotion_api
Commits
e83aaf6f
Commit
e83aaf6f
authored
Dec 02, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了导入bug
parent
a478d585
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
AdminSysUserRepository.xml
...mapper/business/sysuser/mapper/AdminSysUserRepository.xml
+6
-6
No files found.
src/main/resources/mapper/business/sysuser/mapper/AdminSysUserRepository.xml
View file @
e83aaf6f
...
...
@@ -214,12 +214,12 @@
FROM sys_user suu
WHERE suu.username = #{entity.username}
and suu.del_flag = '0') AS username,
<if
test=
"entity.phone != null and entity.phone != ''"
>
( SELECT phone
FROM sys_user suu
WHERE suu.phone = #{entity.phone}
and suu.del_flag ='0') AS phone,
</if
>
<!-- <if test="entity.phone != null and entity.phone != ''">--
>
<!-- ( SELECT phone-->
<!-- FROM sys_user suu-->
<!-- WHERE suu.phone = #{entity.phone}-->
<!-- and suu.del_flag ='0') AS phone,-->
<!-- </if>--
>
<if
test=
"entity.email != null and entity.email != ''"
>
( SELECT email
FROM sys_user suu
...
...
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