Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
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
TCM
tcm-system
Commits
69d970e2
Commit
69d970e2
authored
Jul 11, 2019
by
zjy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user/role/tright 7.11
parent
a0272a52
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
163 additions
and
104 deletions
+163
-104
DataServiceImpl.java
.../pangding/web/authority/service/impl/DataServiceImpl.java
+85
-26
OrderStatusVo.java
...ain/java/com/pangding/web/authority/vo/OrderStatusVo.java
+45
-45
OrderTicketDetailVo.java
...va/com/pangding/web/authority/vo/OrderTicketDetailVo.java
+3
-3
OrderVo.java
src/main/java/com/pangding/web/authority/vo/OrderVo.java
+3
-3
TyyOrderVo.java
src/main/java/com/pangding/web/authority/vo/TyyOrderVo.java
+27
-27
No files found.
src/main/java/com/pangding/web/authority/service/impl/DataServiceImpl.java
View file @
69d970e2
This diff is collapsed.
Click to expand it.
src/main/java/com/pangding/web/authority/vo/OrderStatusVo.java
View file @
69d970e2
...
@@ -15,11 +15,11 @@ public class OrderStatusVo {
...
@@ -15,11 +15,11 @@ public class OrderStatusVo {
/**
/**
* 0未支付,1已支付
* 0未支付,1已支付
*/
*/
private
String
payment_status
;
private
Integer
payment_status
;
/**
/**
* 支付类型
* 支付类型
*/
*/
private
String
pay_type
;
private
Integer
pay_type
;
/**
/**
* 支付单号
* 支付单号
*/
*/
...
@@ -55,7 +55,7 @@ public class OrderStatusVo {
...
@@ -55,7 +55,7 @@ public class OrderStatusVo {
/**
/**
* 0不可分润,1可分润,2已分润
* 0不可分润,1可分润,2已分润
*/
*/
private
String
divide_status
;
private
Integer
divide_status
;
/**
/**
* 分润时间
* 分润时间
*/
*/
...
@@ -63,7 +63,7 @@ public class OrderStatusVo {
...
@@ -63,7 +63,7 @@ public class OrderStatusVo {
/**
/**
* 0未支付 1出票中(已支付)2出票成功/预订成功/有房 3出票失败/预订失败/无房 4核销中 5核销完成 6部分退货/退款 7全部退款退货 8取消 9已完成
* 0未支付 1出票中(已支付)2出票成功/预订成功/有房 3出票失败/预订失败/无房 4核销中 5核销完成 6部分退货/退款 7全部退款退货 8取消 9已完成
*/
*/
private
String
order_status
;
private
Integer
order_status
;
/**
/**
* 第三方订单号
* 第三方订单号
*/
*/
...
@@ -91,7 +91,7 @@ public class OrderStatusVo {
...
@@ -91,7 +91,7 @@ public class OrderStatusVo {
/**
/**
* 是否删除 0 未删除 1 已删除
* 是否删除 0 未删除 1 已删除
*/
*/
private
String
is_delete
;
private
Integer
is_delete
;
private
String
agent_company_id
;
private
String
agent_company_id
;
...
@@ -105,22 +105,6 @@ public class OrderStatusVo {
...
@@ -105,22 +105,6 @@ public class OrderStatusVo {
this
.
id
=
id
;
this
.
id
=
id
;
}
}
public
String
getPayment_status
()
{
return
payment_status
;
}
public
void
setPayment_status
(
String
payment_status
)
{
this
.
payment_status
=
payment_status
;
}
public
String
getPay_type
()
{
return
pay_type
;
}
public
void
setPay_type
(
String
pay_type
)
{
this
.
pay_type
=
pay_type
;
}
public
String
getPayment_id
()
{
public
String
getPayment_id
()
{
return
payment_id
;
return
payment_id
;
}
}
...
@@ -185,14 +169,6 @@ public class OrderStatusVo {
...
@@ -185,14 +169,6 @@ public class OrderStatusVo {
this
.
subledge_time
=
subledge_time
;
this
.
subledge_time
=
subledge_time
;
}
}
public
String
getDivide_status
()
{
return
divide_status
;
}
public
void
setDivide_status
(
String
divide_status
)
{
this
.
divide_status
=
divide_status
;
}
public
String
getDivide_time
()
{
public
String
getDivide_time
()
{
return
divide_time
;
return
divide_time
;
}
}
...
@@ -201,14 +177,6 @@ public class OrderStatusVo {
...
@@ -201,14 +177,6 @@ public class OrderStatusVo {
this
.
divide_time
=
divide_time
;
this
.
divide_time
=
divide_time
;
}
}
public
String
getOrder_status
()
{
return
order_status
;
}
public
void
setOrder_status
(
String
order_status
)
{
this
.
order_status
=
order_status
;
}
public
String
getThird_order_id
()
{
public
String
getThird_order_id
()
{
return
third_order_id
;
return
third_order_id
;
}
}
...
@@ -257,14 +225,6 @@ public class OrderStatusVo {
...
@@ -257,14 +225,6 @@ public class OrderStatusVo {
this
.
product_company_name
=
product_company_name
;
this
.
product_company_name
=
product_company_name
;
}
}
public
String
getIs_delete
()
{
return
is_delete
;
}
public
void
setIs_delete
(
String
is_delete
)
{
this
.
is_delete
=
is_delete
;
}
public
String
getAgent_company_id
()
{
public
String
getAgent_company_id
()
{
return
agent_company_id
;
return
agent_company_id
;
}
}
...
@@ -280,4 +240,44 @@ public class OrderStatusVo {
...
@@ -280,4 +240,44 @@ public class OrderStatusVo {
public
void
setAgent_company_name
(
String
agent_company_name
)
{
public
void
setAgent_company_name
(
String
agent_company_name
)
{
this
.
agent_company_name
=
agent_company_name
;
this
.
agent_company_name
=
agent_company_name
;
}
}
public
Integer
getPayment_status
()
{
return
payment_status
;
}
public
void
setPayment_status
(
Integer
payment_status
)
{
this
.
payment_status
=
payment_status
;
}
public
Integer
getPay_type
()
{
return
pay_type
;
}
public
void
setPay_type
(
Integer
pay_type
)
{
this
.
pay_type
=
pay_type
;
}
public
Integer
getDivide_status
()
{
return
divide_status
;
}
public
void
setDivide_status
(
Integer
divide_status
)
{
this
.
divide_status
=
divide_status
;
}
public
Integer
getOrder_status
()
{
return
order_status
;
}
public
void
setOrder_status
(
Integer
order_status
)
{
this
.
order_status
=
order_status
;
}
public
Integer
getIs_delete
()
{
return
is_delete
;
}
public
void
setIs_delete
(
Integer
is_delete
)
{
this
.
is_delete
=
is_delete
;
}
}
}
src/main/java/com/pangding/web/authority/vo/OrderTicketDetailVo.java
View file @
69d970e2
...
@@ -31,7 +31,7 @@ public class OrderTicketDetailVo {
...
@@ -31,7 +31,7 @@ public class OrderTicketDetailVo {
/**
/**
* 0未使用,1已核销,2退票,3过期
* 0未使用,1已核销,2退票,3过期
*/
*/
private
String
ticket_status
;
private
Integer
ticket_status
;
/**
/**
* 时间
* 时间
*/
*/
...
@@ -77,11 +77,11 @@ public class OrderTicketDetailVo {
...
@@ -77,11 +77,11 @@ public class OrderTicketDetailVo {
this
.
ticket_code
=
ticket_code
;
this
.
ticket_code
=
ticket_code
;
}
}
public
String
getTicket_status
()
{
public
Integer
getTicket_status
()
{
return
ticket_status
;
return
ticket_status
;
}
}
public
void
setTicket_status
(
String
ticket_status
)
{
public
void
setTicket_status
(
Integer
ticket_status
)
{
this
.
ticket_status
=
ticket_status
;
this
.
ticket_status
=
ticket_status
;
}
}
...
...
src/main/java/com/pangding/web/authority/vo/OrderVo.java
View file @
69d970e2
...
@@ -79,7 +79,7 @@ public class OrderVo {
...
@@ -79,7 +79,7 @@ public class OrderVo {
/**
/**
* 子订单类型
* 子订单类型
*/
*/
private
String
sub_order_type
;
private
Integer
sub_order_type
;
/**
/**
* 订单时间
* 订单时间
*/
*/
...
@@ -262,11 +262,11 @@ public class OrderVo {
...
@@ -262,11 +262,11 @@ public class OrderVo {
this
.
order_type
=
order_type
;
this
.
order_type
=
order_type
;
}
}
public
String
getSub_order_type
()
{
public
Integer
getSub_order_type
()
{
return
sub_order_type
;
return
sub_order_type
;
}
}
public
void
setSub_order_type
(
String
sub_order_type
)
{
public
void
setSub_order_type
(
Integer
sub_order_type
)
{
this
.
sub_order_type
=
sub_order_type
;
this
.
sub_order_type
=
sub_order_type
;
}
}
...
...
src/main/java/com/pangding/web/authority/vo/TyyOrderVo.java
View file @
69d970e2
...
@@ -35,7 +35,7 @@ public class TyyOrderVo {
...
@@ -35,7 +35,7 @@ public class TyyOrderVo {
/**
/**
* 订单子类型: 1、扫码购票,2、网络购票,3、自助机购票,4、扫码支付,5、预约
* 订单子类型: 1、扫码购票,2、网络购票,3、自助机购票,4、扫码支付,5、预约
*/
*/
private
String
sub_order_type
;
private
Integer
sub_order_type
;
private
String
product_id
;
private
String
product_id
;
/**
/**
* 产品名称
* 产品名称
...
@@ -97,13 +97,13 @@ public class TyyOrderVo {
...
@@ -97,13 +97,13 @@ public class TyyOrderVo {
* 订单状态
* 订单状态
* 0,待付款、1,已付款(出票中)、2,成功出票、3,核销中、4,核销完成、5,部分退款、6,全部退款、7,已取消
* 0,待付款、1,已付款(出票中)、2,成功出票、3,核销中、4,核销完成、5,部分退款、6,全部退款、7,已取消
*/
*/
private
String
order_status
;
private
Integer
order_status
;
private
String
create_date
;
private
String
create_date
;
/**
/**
* 付款类型 0:微信 1:支付宝 2:通联
* 付款类型 0:微信 1:支付宝 2:通联
*/
*/
private
String
pay_type
;
private
Integer
pay_type
;
/**
/**
* 付款凭证编号
* 付款凭证编号
*/
*/
...
@@ -171,14 +171,6 @@ public class TyyOrderVo {
...
@@ -171,14 +171,6 @@ public class TyyOrderVo {
this
.
order_type
=
order_type
;
this
.
order_type
=
order_type
;
}
}
public
String
getSub_order_type
()
{
return
sub_order_type
;
}
public
void
setSub_order_type
(
String
sub_order_type
)
{
this
.
sub_order_type
=
sub_order_type
;
}
public
String
getProduct_id
()
{
public
String
getProduct_id
()
{
return
product_id
;
return
product_id
;
}
}
...
@@ -299,14 +291,6 @@ public class TyyOrderVo {
...
@@ -299,14 +291,6 @@ public class TyyOrderVo {
this
.
refund_poundage_price
=
refund_poundage_price
;
this
.
refund_poundage_price
=
refund_poundage_price
;
}
}
public
String
getOrder_status
()
{
return
order_status
;
}
public
void
setOrder_status
(
String
order_status
)
{
this
.
order_status
=
order_status
;
}
public
String
getCreate_date
()
{
public
String
getCreate_date
()
{
return
create_date
;
return
create_date
;
}
}
...
@@ -315,14 +299,6 @@ public class TyyOrderVo {
...
@@ -315,14 +299,6 @@ public class TyyOrderVo {
this
.
create_date
=
create_date
;
this
.
create_date
=
create_date
;
}
}
public
String
getPay_type
()
{
return
pay_type
;
}
public
void
setPay_type
(
String
pay_type
)
{
this
.
pay_type
=
pay_type
;
}
public
String
getPay_type_id
()
{
public
String
getPay_type_id
()
{
return
pay_type_id
;
return
pay_type_id
;
}
}
...
@@ -370,4 +346,28 @@ public class TyyOrderVo {
...
@@ -370,4 +346,28 @@ public class TyyOrderVo {
public
void
setTongl_ordersn
(
String
tongl_ordersn
)
{
public
void
setTongl_ordersn
(
String
tongl_ordersn
)
{
this
.
tongl_ordersn
=
tongl_ordersn
;
this
.
tongl_ordersn
=
tongl_ordersn
;
}
}
public
Integer
getSub_order_type
()
{
return
sub_order_type
;
}
public
void
setSub_order_type
(
Integer
sub_order_type
)
{
this
.
sub_order_type
=
sub_order_type
;
}
public
Integer
getOrder_status
()
{
return
order_status
;
}
public
void
setOrder_status
(
Integer
order_status
)
{
this
.
order_status
=
order_status
;
}
public
Integer
getPay_type
()
{
return
pay_type
;
}
public
void
setPay_type
(
Integer
pay_type
)
{
this
.
pay_type
=
pay_type
;
}
}
}
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