Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-auth
Overview
Overview
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
base_platform_enterprise
gic-platform-auth
Commits
92df036f
Commit
92df036f
authored
Mar 17, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协作商户查询修改,商户ID是写作商户ID
parent
9b5a856e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
CollaboratorApiService.java
...ain/java/com/gic/auth/service/CollaboratorApiService.java
+2
-2
TabSysCollaboratorMapper.xml
...ce/src/main/resources/mapper/TabSysCollaboratorMapper.xml
+2
-2
No files found.
gic-platform-auth-api/src/main/java/com/gic/auth/service/CollaboratorApiService.java
View file @
92df036f
...
...
@@ -94,7 +94,7 @@ public interface CollaboratorApiService {
/**
* 查询主键ID,协作人那边授权跳转,需要主键ID
* @param enterpriseId
* @param enterpriseId
协作商户ID
* @param phone
* @param appId
* @return
...
...
@@ -103,7 +103,7 @@ public interface CollaboratorApiService {
/**
* 删除
* @param enterpriseId
* @param enterpriseId
写作商户ID
* @param phone
* @param appId
* @return
...
...
gic-platform-auth-service/src/main/resources/mapper/TabSysCollaboratorMapper.xml
View file @
92df036f
...
...
@@ -251,7 +251,7 @@
select
<include
refid=
"Base_Column_List"
></include>
from
tab_sys_collaborator
where enterprise_id = #{enterpriseId}
where
collaboration_
enterprise_id = #{enterpriseId}
and phone = #{phone}
and app_id = #{appId}
and status != 0
...
...
@@ -260,7 +260,7 @@
<update
id=
"deleteByPhoneAndAppId"
>
update tab_sys_collaborator set status = 0
where enterprise_id = #{enterpriseId}
where
collaboration_
enterprise_id = #{enterpriseId}
and phone = #{phone}
and app_id = #{appId}
and status != 0
...
...
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