Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
e7f9dc65
Commit
e7f9dc65
authored
Jul 26, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
操作日志文案
parent
f12e0af8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ChannelCodeEnum.java
...java/com/gic/haoban/manage/api/enums/ChannelCodeEnum.java
+4
-3
StaffClerkRelationApiServiceImpl.java
...ce/service/out/impl/StaffClerkRelationApiServiceImpl.java
+1
-1
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/enums/ChannelCodeEnum.java
View file @
e7f9dc65
...
...
@@ -13,12 +13,13 @@ public enum ChannelCodeEnum {
SYNC_BIND
(
1004
,
"GIC同步绑定"
),
ADMIN_UNBIND
(
2001
,
"后台管理员解绑"
),
SELF_UNBIND
(
2002
,
"好办小程序
端
解绑"
),
SELF_UNBIND
(
2002
,
"好办小程序解绑"
),
SYNC_UNBIND
(
2003
,
"GIC同步解绑"
),
WEIXIN_DEL
(
2004
,
"员工离职解绑"
),
AUDIT_UNBIND
(
2005
,
"后台审核解绑"
),
RIGHT_CHANGE_UNBIND
(
2006
,
"权限变更解绑"
),
STORE_CHANGE_UNBIND
(
2007
,
"门店变更解绑"
),
RIGHT_CHANGE_UNBIND
(
2006
,
"好办门店权限变更解绑"
),
STORE_CHANGE_UNBIND
(
2007
,
"GIC门店变更解绑"
),
GIC_CLERK_DEL_UNBIND
(
2008
,
"GIC导购删除解绑"
),
;
private
int
code
;
private
String
name
;
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/StaffClerkRelationApiServiceImpl.java
View file @
e7f9dc65
...
...
@@ -495,7 +495,7 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
//导购删除解绑
if
(!
clerkDTO
.
getStatus
().
equals
(
1
))
{
//解绑
staffClerkRelationService
.
delBind
(
clerkId
,
"-1"
,
ChannelCodeEnum
.
SYNC
_UNBIND
.
getCode
());
staffClerkRelationService
.
delBind
(
clerkId
,
"-1"
,
ChannelCodeEnum
.
GIC_CLERK_DEL
_UNBIND
.
getCode
());
}
}
else
if
(
type
==
2
)
{
//门店转移、重新绑定
...
...
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