Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
eeda0c07
Commit
eeda0c07
authored
Apr 08, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台管理增加网点编码和网点名称字段
parent
e9ebfe29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
new-user/src/main/java/com/winsun/controller/StartSelectController.java
+4
-4
No files found.
new-user/src/main/java/com/winsun/controller/StartSelectController.java
View file @
eeda0c07
...
@@ -290,15 +290,15 @@ public class StartSelectController {
...
@@ -290,15 +290,15 @@ public class StartSelectController {
qParams
.
add
(
new
BasicNameValuePair
(
"groupComarketingLanId"
,
""
));
//集团协销工号,选填
qParams
.
add
(
new
BasicNameValuePair
(
"groupComarketingLanId"
,
""
));
//集团协销工号,选填
signMap
.
put
(
"groupComarketingLanId"
,
""
);
signMap
.
put
(
"groupComarketingLanId"
,
""
);
qParams
.
add
(
new
BasicNameValuePair
(
"orderOutNum"
,
objectMap
.
get
(
"order
s
eq"
)));
//外部订单编号,选填!;
qParams
.
add
(
new
BasicNameValuePair
(
"orderOutNum"
,
objectMap
.
get
(
"order
S
eq"
)));
//外部订单编号,选填!;
// 通过API接口下单,必须传入一个外部接入商的订单编号,该编号与智能营销系统编号一一对应
// 通过API接口下单,必须传入一个外部接入商的订单编号,该编号与智能营销系统编号一一对应
signMap
.
put
(
"orderOutNum"
,
objectMap
.
get
(
"order
s
eq"
));
signMap
.
put
(
"orderOutNum"
,
objectMap
.
get
(
"order
S
eq"
));
qParams
.
add
(
new
BasicNameValuePair
(
"orderSource"
,
"校园宽带自助受理"
));
// 订单来源 ,选填
qParams
.
add
(
new
BasicNameValuePair
(
"orderSource"
,
"校园宽带自助受理"
));
// 订单来源 ,选填
signMap
.
put
(
"orderSource"
,
"校园宽带自助受理"
);
signMap
.
put
(
"orderSource"
,
"校园宽带自助受理"
);
qParams
.
add
(
new
BasicNameValuePair
(
"orderSourceNum"
,
objectMap
.
get
(
"order
s
eq"
)));
// 订单来源单号,选填;与订单来源对应,用于业务上记录订单的来源订单编号
qParams
.
add
(
new
BasicNameValuePair
(
"orderSourceNum"
,
objectMap
.
get
(
"order
S
eq"
)));
// 订单来源单号,选填;与订单来源对应,用于业务上记录订单的来源订单编号
signMap
.
put
(
"orderSourceNum"
,
(
String
)
objectMap
.
get
(
"order
s
eq"
));
signMap
.
put
(
"orderSourceNum"
,
(
String
)
objectMap
.
get
(
"order
S
eq"
));
qParams
.
add
(
new
BasicNameValuePair
(
"salePointCode"
,
""
));
// 销售点编码,选填
qParams
.
add
(
new
BasicNameValuePair
(
"salePointCode"
,
""
));
// 销售点编码,选填
signMap
.
put
(
"salePointCode"
,
""
);
signMap
.
put
(
"salePointCode"
,
""
);
...
...
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