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
efdb79da
Commit
efdb79da
authored
Sep 04, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
融合广美调整
parent
ce5e322a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apply-net/src/main/java/com/winsun/controller/RongHeController.java
+2
-2
No files found.
apply-net/src/main/java/com/winsun/controller/RongHeController.java
View file @
efdb79da
...
...
@@ -212,6 +212,8 @@ public class RongHeController {
orderView
.
setOrderCustomerPwd
(
orderCustomerPwd
);
// 多媒体密码
orderView
.
setOrderSetMeal
(
orderSetMeal
);
// 套餐
orderView
.
setOrderUniversityName
(
product
.
getProductUniversity
());
// 学校
orderView
.
setOrderRegion
(
product
.
getProductRegion
());
// 区域
/**
* 广美用来判断校区
*/
...
...
@@ -248,10 +250,8 @@ public class RongHeController {
orderView
.
setExpenses
(
expenses
+
byStr
);
orderView
.
setProductName
(
product
.
getProductTitle
());
// 产品名称
orderView
.
setOrderDate
(
new
Date
());
// 提交时间
orderView
.
setOrderUniversityName
(
product
.
getProductUniversity
());
// 学校
orderView
.
setStatus
(
OrderStatus
.
NOTPAID
.
getId
());
orderView
.
setHehuorenId
(
partner
);
orderView
.
setOrderRegion
(
product
.
getProductRegion
());
// 区域
orderView
.
setPayType
(
"1"
);
// 支付方式
orderView
.
setOrderRf2
(
rhTime
);
orderView
.
setWebOrderAmount
(
webOrderAmount
);
// 产品价格
...
...
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