Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
LiQZ
2017-02-28 16:16:02 +0800
Commit
4027b85ea3ddad82813cbfd3ac2b131e5005aaf2
2 parents
a7ee8446
82840ad4
Merge branch 'channel' into hotfix_channel
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
channel/src/main/java/com/yoho/unions/channel/service/impl/ChannelGroupServiceImpl.java
web/src/main/webapp/html/channel/channelUserList.html
channel/src/main/java/com/yoho/unions/channel/service/impl/ChannelGroupServiceImpl.java
View file @
4027b85
...
...
@@ -94,6 +94,7 @@ public class ChannelGroupServiceImpl implements IChannelGroupService {
}};
public
final
static
Map
channelSourceMap
=
new
HashedMap
()
{{
put
(
"0"
,
"无来源"
);
put
(
"5"
,
"淘宝B店订单"
);
put
(
"8"
,
"淘宝C店订单"
);
put
(
"9"
,
"淘宝LAL店订单"
);
...
...
web/src/main/webapp/html/channel/channelUserList.html
View file @
4027b85
...
...
@@ -25,6 +25,7 @@
textField: 'text',
prompt:'选择泛渠道来源',
data: [
{ id: '0', text: '无来源' },
{ id: '5', text: '淘宝B店订单' },
{ id: '8', text: '淘宝C店订单' },
{ id: '9', text: '淘宝LAL店订单' },
...
...
Please
register
or
login
to post a comment