Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
f49cb238
Commit
f49cb238
authored
Dec 17, 2021
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
5f90a786
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
OrgUsrMapper.xml
...ule-common-api/src/main/resources/mapper/OrgUsrMapper.xml
+5
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/resources/mapper/OrgUsrMapper.xml
View file @
f49cb238
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
u.sequence_nbr sequenceNbr,
u.sequence_nbr sequenceNbr,
u.biz_org_name bizOrgName,
u.biz_org_name bizOrgName,
u.biz_org_code bizOrgCode,
u.biz_org_code bizOrgCode,
u.parent_id parent_id,
g.*
g.*
FROM
FROM
cb_org_usr u
cb_org_usr u
...
@@ -72,6 +73,9 @@
...
@@ -72,6 +73,9 @@
<if
test=
"map.amosOrgId != null and map.amosOrgId != '-1'"
>
<if
test=
"map.amosOrgId != null and map.amosOrgId != '-1'"
>
AND u.amos_org_id like concat(#{map.amosOrgId}, '%')
AND u.amos_org_id like concat(#{map.amosOrgId}, '%')
</if>
</if>
<if
test=
"map.company != null and map.company != '-1'"
>
AND u.parent_id = #{map.company}
</if>
GROUP BY
GROUP BY
u.sequence_nbr ,
u.sequence_nbr ,
u.biz_org_name ,
u.biz_org_name ,
...
@@ -141,7 +145,7 @@
...
@@ -141,7 +145,7 @@
AND u.amos_org_code like concat('%',#{map.amosOrgCode}, '%')
AND u.amos_org_code like concat('%',#{map.amosOrgCode}, '%')
</if>
</if>
<if
test=
"map.company != null and map.company != '-1'"
>
<if
test=
"map.company != null and map.company != '-1'"
>
AND u.parent_id = #{company}
AND u.parent_id = #{
map.
company}
</if>
</if>
GROUP BY
GROUP BY
u.sequence_nbr ,
u.sequence_nbr ,
...
...
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