记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
3880fe93
Commit
3880fe93
authored
Jun 28, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
快递
parent
789624c1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
57 additions
and
59 deletions
+57
-59
KylinTableStatusConst.java
...quidnet/service/kylin/constant/KylinTableStatusConst.java
+3
-2
PerformancesExpressController.java
...troller/zhengzai/kylin/PerformancesExpressController.java
+0
-7
performanceOrderList.html
...ngzai/kylin/performancesExpress/performanceOrderList.html
+1
-1
PerformancesExpressServiceImpl.java
...ai/kylin/service/impl/PerformancesExpressServiceImpl.java
+49
-44
liquidnet-client-admin-web.yml
...us-config/liquidnet-config/liquidnet-client-admin-web.yml
+4
-5
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/constant/KylinTableStatusConst.java
View file @
3880fe93
...
@@ -79,6 +79,7 @@ public class KylinTableStatusConst {
...
@@ -79,6 +79,7 @@ public class KylinTableStatusConst {
/**
/**
* 快递
* 快递
*/
*/
public
static
final
Integer
ORDER_EXPRESS_STATUS1
=
1
;
// 申请
public
static
final
Integer
ORDER_EXPRESS_STATUS1
=
1
;
// 申请 顺丰返回失败
public
static
final
Integer
ORDER_EXPRESS_STATUS2
=
2
;
// 取消
public
static
final
Integer
ORDER_EXPRESS_STATUS2
=
2
;
// 申请 顺丰返回成功 或 通过主动再查询更新
public
static
final
Integer
ORDER_EXPRESS_STATUS3
=
3
;
// 取消
}
}
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/kylin/PerformancesExpressController.java
View file @
3880fe93
...
@@ -31,13 +31,6 @@ public class PerformancesExpressController extends BaseController {
...
@@ -31,13 +31,6 @@ public class PerformancesExpressController extends BaseController {
private
String
prefix
=
"zhengzai/kylin/performancesExpress"
;
private
String
prefix
=
"zhengzai/kylin/performancesExpress"
;
/*@Value("${liquidnet.shunfeng.url}")
public String url;
@Value("${liquidnet.shunfeng.sk}")
private String sk;
@Value("${liquidnet.shunfeng.appid}")
private String appid;*/
@Autowired
@Autowired
private
PerformancesExpressServiceImpl
performancesExpressServiceImpl
;
private
PerformancesExpressServiceImpl
performancesExpressServiceImpl
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performancesExpress/performanceOrderList.html
View file @
3880fe93
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
},
},
{
{
field
:
''
,
field
:
''
,
title
:
'收
获
用户'
,
title
:
'收
货
用户'
,
formatter
:
function
(
value
,
row
,
index
)
{
formatter
:
function
(
value
,
row
,
index
)
{
var
expressContacts
=
row
.
expressContacts
;
var
expressContacts
=
row
.
expressContacts
;
var
expressAddress
=
row
.
expressAddress
;
var
expressAddress
=
row
.
expressAddress
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/kylin/service/impl/PerformancesExpressServiceImpl.java
View file @
3880fe93
...
@@ -46,16 +46,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -46,16 +46,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
private
String
jCompany
;
private
String
jCompany
;
@Value
(
"${liquidnet.shunfeng.jContact}"
)
@Value
(
"${liquidnet.shunfeng.jContact}"
)
private
String
jContact
;
private
String
jContact
;
@Value
(
"${liquidnet.shunfeng.j
Mobile
}"
)
@Value
(
"${liquidnet.shunfeng.j
Tel
}"
)
private
String
j
Mobile
;
private
String
j
Tel
;
@Value
(
"${liquidnet.shunfeng.jProvince}"
)
@Value
(
"${liquidnet.shunfeng.jProvince}"
)
private
String
jProvince
;
private
String
jProvince
;
@Value
(
"${liquidnet.shunfeng.jCity}"
)
@Value
(
"${liquidnet.shunfeng.jCity}"
)
private
String
jCity
;
private
String
jCity
;
@Value
(
"${liquidnet.shunfeng.jAddress}"
)
@Value
(
"${liquidnet.shunfeng.jAddress}"
)
private
String
jAddress
;
private
String
jAddress
;
@Value
(
"${liquidnet.shunfeng.payMethod}"
)
private
Integer
payMethod
;
@Value
(
"${liquidnet.shunfeng.expressType}"
)
@Value
(
"${liquidnet.shunfeng.expressType}"
)
private
Integer
expressType
;
private
Integer
expressType
;
@Value
(
"${liquidnet.shunfeng.depositumInfo}"
)
@Value
(
"${liquidnet.shunfeng.depositumInfo}"
)
...
@@ -99,38 +97,56 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -99,38 +97,56 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
public
ResponseDto
placeOrder
(
PerformanceExpressSearchAdminParam
performanceExpressSearchAdminParam
)
{
public
ResponseDto
placeOrder
(
PerformanceExpressSearchAdminParam
performanceExpressSearchAdminParam
)
{
List
<
String
>
ids
=
performanceExpressSearchAdminParam
.
getIds
();
List
<
String
>
ids
=
performanceExpressSearchAdminParam
.
getIds
();
for
(
String
orderTicketsId
:
ids
)
{
for
(
String
orderTicketsId
:
ids
)
{
// 已经存在未取消的下单数据过滤掉
KylinOrderExpress
orderExpressInfo
=
kylinOrderExpressMapper
.
selectOne
(
new
QueryWrapper
<
KylinOrderExpress
>().
eq
(
"order_express_id"
,
orderTicketsId
)
.
ne
(
"express_status"
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS3
)
);
if
(
null
!=
orderExpressInfo
)
{
continue
;
}
KylinOrderTickets
orderInfo
=
kylinOrderTicketsMapper
.
selectOne
(
KylinOrderTickets
orderInfo
=
kylinOrderTicketsMapper
.
selectOne
(
new
QueryWrapper
<
KylinOrderTickets
>().
eq
(
"order_tickets_id"
,
orderTicketsId
)
new
QueryWrapper
<
KylinOrderTickets
>().
eq
(
"order_tickets_id"
,
orderTicketsId
)
);
);
HashMap
<
String
,
Object
>
hBody
=
new
HashMap
<>();
// 生成预快递单 防止因失败没办法再次发起也不能主动获取数据
KylinOrderExpress
kylinOrderExpressPre
=
new
KylinOrderExpress
();
String
orderExpressId
=
IDGenerator
.
nextSnowId
();
kylinOrderExpressPre
.
setExpressStatus
(
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS1
);
kylinOrderExpressPre
.
setOrderExpressId
(
orderExpressId
);
kylinOrderExpressPre
.
setOrderTicketsId
(
orderTicketsId
);
// 防止重复前面加上 "NEW" 因取消后再发起订单号也不能一致所有后面做补位操作
Integer
placeCount
=
kylinOrderExpressMapper
.
selectCount
(
new
QueryWrapper
<
KylinOrderExpress
>()
.
eq
(
"order_tickets_id"
,
orderTicketsId
)
);
String
codeNum
=
StringUtils
.
leftPad
(
String
.
valueOf
(
placeCount
),
3
,
"0"
);
String
OrderExpressCode
=
"NEW"
+
orderInfo
.
getOrderCode
().
concat
(
codeNum
);
kylinOrderExpressPre
.
setOrderExpressCode
(
OrderExpressCode
);
kylinOrderExpressPre
.
setExpressType
(
expressType
);
kylinOrderExpressPre
.
setCreatedAt
(
DateUtil
.
getNowTime
());
kylinOrderExpressMapper
.
insert
(
kylinOrderExpressPre
);
// 请求下单数据
HashMap
<
String
,
Object
>
hBody
=
new
HashMap
<>();
hBody
.
put
(
"custid"
,
custid
);
hBody
.
put
(
"custid"
,
custid
);
hBody
.
put
(
"jCompany"
,
jCompany
);
hBody
.
put
(
"jCompany"
,
jCompany
);
hBody
.
put
(
"jContact"
,
jContact
);
hBody
.
put
(
"jContact"
,
jContact
);
// hBody.put("jTel", "010");
hBody
.
put
(
"jTel"
,
jTel
);
hBody
.
put
(
"jMobile"
,
jMobile
);
hBody
.
put
(
"jProvince"
,
jProvince
);
hBody
.
put
(
"jProvince"
,
jProvince
);
hBody
.
put
(
"jCity"
,
jCity
);
hBody
.
put
(
"jCity"
,
jCity
);
hBody
.
put
(
"jAddress"
,
jAddress
);
hBody
.
put
(
"jAddress"
,
jAddress
);
hBody
.
put
(
"payMethod"
,
payMethod
);
// 运费付款方式:0-寄付月结;1-寄付现结;2-收方付;3-第三方付;
hBody
.
put
(
"payMethod"
,
0
);
// 运费付款方式:0-寄付月结;1-寄付现结;2-收方付;3-第三方付;
hBody
.
put
(
"expressType"
,
expressType
);
// 顺丰特快
hBody
.
put
(
"expressType"
,
expressType
);
// 顺丰特快
hBody
.
put
(
"depositumInfo"
,
depositumInfo
);
hBody
.
put
(
"depositumInfo"
,
depositumInfo
);
Integer
placeCount
=
kylinOrderExpressMapper
.
selectCount
(
new
QueryWrapper
<
KylinOrderExpress
>()
.
eq
(
"order_tickets_id"
,
orderTicketsId
)
);
String
codeNum
=
StringUtils
.
leftPad
(
String
.
valueOf
(
placeCount
),
3
,
"0"
);
String
OrderExpressCode
=
"NEW"
+
orderInfo
.
getOrderCode
().
concat
(
codeNum
);
hBody
.
put
(
"orderId"
,
OrderExpressCode
);
hBody
.
put
(
"orderId"
,
OrderExpressCode
);
hBody
.
put
(
"depositumNo"
,
orderInfo
.
getNumber
());
hBody
.
put
(
"depositumNo"
,
orderInfo
.
getNumber
());
hBody
.
put
(
"dContact"
,
orderInfo
.
getExpressContacts
());
hBody
.
put
(
"dContact"
,
orderInfo
.
getExpressContacts
());
hBody
.
put
(
"dMobile"
,
orderInfo
.
getExpressPhone
());
hBody
.
put
(
"dMobile"
,
orderInfo
.
getExpressPhone
());
// hBody.put("dProvince", "北京");
// hBody.put("dCity", "北京市");
hBody
.
put
(
"dAddress"
,
orderInfo
.
getExpressAddress
());
hBody
.
put
(
"dAddress"
,
orderInfo
.
getExpressAddress
());
// 时间戳
// 时间戳
...
@@ -146,13 +162,8 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -146,13 +162,8 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
}
else
{
}
else
{
HashMap
hashMapResult
=
(
HashMap
)
hashMap
.
get
(
"result"
);
HashMap
hashMapResult
=
(
HashMap
)
hashMap
.
get
(
"result"
);
KylinOrderExpress
kylinOrderExpress
=
new
KylinOrderExpress
();
KylinOrderExpress
kylinOrderExpress
=
new
KylinOrderExpress
();
String
orderExpressId
=
IDGenerator
.
nextSnowId
();
kylinOrderExpress
.
setExpressStatus
(
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS2
);
kylinOrderExpress
.
setExpressStatus
(
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS1
);
kylinOrderExpress
.
setOrderExpressId
(
orderExpressId
);
kylinOrderExpress
.
setOrderTicketsId
(
orderTicketsId
);
kylinOrderExpress
.
setOrderExpressCode
(
OrderExpressCode
);
kylinOrderExpress
.
setMailno
((
String
)
hashMapResult
.
get
(
"mailno"
));
kylinOrderExpress
.
setMailno
((
String
)
hashMapResult
.
get
(
"mailno"
));
kylinOrderExpress
.
setExpressType
(
expressType
);
kylinOrderExpress
.
setFilterResult
(
hashMapResult
.
get
(
"filter_result"
).
toString
());
kylinOrderExpress
.
setFilterResult
(
hashMapResult
.
get
(
"filter_result"
).
toString
());
kylinOrderExpress
.
setRemark
((
String
)
hashMapResult
.
get
(
"remark"
));
kylinOrderExpress
.
setRemark
((
String
)
hashMapResult
.
get
(
"remark"
));
kylinOrderExpress
.
setOrigincode
((
String
)
hashMapResult
.
get
(
"origincode"
));
kylinOrderExpress
.
setOrigincode
((
String
)
hashMapResult
.
get
(
"origincode"
));
...
@@ -160,8 +171,11 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -160,8 +171,11 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
kylinOrderExpress
.
setPrintIcon
((
String
)
hashMapResult
.
get
(
"printIcon"
));
kylinOrderExpress
.
setPrintIcon
((
String
)
hashMapResult
.
get
(
"printIcon"
));
kylinOrderExpress
.
setPrintFlag
((
String
)
hashMapResult
.
get
(
"printFlag"
));
kylinOrderExpress
.
setPrintFlag
((
String
)
hashMapResult
.
get
(
"printFlag"
));
kylinOrderExpress
.
setTwoDimensionCode
((
String
)
hashMapResult
.
get
(
"twoDimensionCode"
));
kylinOrderExpress
.
setTwoDimensionCode
((
String
)
hashMapResult
.
get
(
"twoDimensionCode"
));
kylinOrderExpress
.
setCreatedAt
(
DateUtil
.
getNowTime
());
kylinOrderExpress
.
setUpdatedAt
(
DateUtil
.
getNowTime
());
kylinOrderExpressMapper
.
insert
(
kylinOrderExpress
);
kylinOrderExpressMapper
.
update
(
kylinOrderExpress
,
new
UpdateWrapper
<
KylinOrderExpress
>().
in
(
"order_express_id"
,
orderExpressId
)
);
}
}
}
}
return
ResponseDto
.
success
();
return
ResponseDto
.
success
();
...
@@ -171,8 +185,8 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -171,8 +185,8 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
List
<
String
>
ids
=
performanceExpressSearchAdminParam
.
getIds
();
List
<
String
>
ids
=
performanceExpressSearchAdminParam
.
getIds
();
for
(
String
orderTicketsId
:
ids
)
{
for
(
String
orderTicketsId
:
ids
)
{
KylinOrderExpress
orderExpressInfo
=
kylinOrderExpressMapper
.
selectOne
(
KylinOrderExpress
orderExpressInfo
=
kylinOrderExpressMapper
.
selectOne
(
new
QueryWrapper
<
KylinOrderExpress
>().
eq
(
"order_
ticket
s_id"
,
orderTicketsId
)
new
QueryWrapper
<
KylinOrderExpress
>().
eq
(
"order_
expres
s_id"
,
orderTicketsId
)
.
ne
(
"express_status"
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS
2
)
.
ne
(
"express_status"
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS
3
)
);
);
if
(
null
!=
orderExpressInfo
)
{
if
(
null
!=
orderExpressInfo
)
{
HashMap
<
String
,
Object
>
hBody
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
hBody
=
new
HashMap
<>();
...
@@ -190,7 +204,7 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -190,7 +204,7 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
return
ResponseDto
.
failure
(
msg
);
return
ResponseDto
.
failure
(
msg
);
}
else
{
}
else
{
KylinOrderExpress
kylinOrderExpress
=
new
KylinOrderExpress
();
KylinOrderExpress
kylinOrderExpress
=
new
KylinOrderExpress
();
kylinOrderExpress
.
setExpressStatus
(
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS
2
);
kylinOrderExpress
.
setExpressStatus
(
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS
3
);
kylinOrderExpress
.
setUpdatedAt
(
DateUtil
.
getNowTime
());
kylinOrderExpress
.
setUpdatedAt
(
DateUtil
.
getNowTime
());
kylinOrderExpressMapper
.
update
(
kylinOrderExpressMapper
.
update
(
kylinOrderExpress
kylinOrderExpress
...
@@ -207,21 +221,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -207,21 +221,14 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
for
(
String
orderTicketsId
:
ids
)
{
for
(
String
orderTicketsId
:
ids
)
{
KylinOrderExpress
orderExpressInfo
=
kylinOrderExpressMapper
.
selectOne
(
KylinOrderExpress
orderExpressInfo
=
kylinOrderExpressMapper
.
selectOne
(
new
QueryWrapper
<
KylinOrderExpress
>().
eq
(
"order_tickets_id"
,
orderTicketsId
)
new
QueryWrapper
<
KylinOrderExpress
>().
eq
(
"order_tickets_id"
,
orderTicketsId
)
.
ne
(
"express_status"
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS
2
)
.
ne
(
"express_status"
,
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS
3
)
);
);
if
(
null
!=
orderExpressInfo
)
{
if
(
null
!=
orderExpressInfo
)
{
KylinOrderTickets
orderInfo
=
kylinOrderTicketsMapper
.
selectOne
(
KylinOrderTickets
orderInfo
=
kylinOrderTicketsMapper
.
selectOne
(
new
QueryWrapper
<
KylinOrderTickets
>().
eq
(
"order_tickets_id"
,
orderTicketsId
)
new
QueryWrapper
<
KylinOrderTickets
>().
eq
(
"order_tickets_id"
,
orderTicketsId
)
);
);
Integer
placeCount
=
kylinOrderExpressMapper
.
selectCount
(
new
QueryWrapper
<
KylinOrderExpress
>()
.
eq
(
"order_tickets_id"
,
orderTicketsId
)
);
String
codeNum
=
StringUtils
.
leftPad
(
String
.
valueOf
(
placeCount
),
3
,
"0"
);
String
OrderExpressCode
=
"NEW"
+
orderInfo
.
getOrderCode
().
concat
(
codeNum
);
HashMap
<
String
,
Object
>
hBody
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
hBody
=
new
HashMap
<>();
hBody
.
put
(
"orderId"
,
OrderExpressCode
);
hBody
.
put
(
"orderId"
,
orderExpressInfo
.
getOrderExpressCode
()
);
hBody
.
put
(
"searchType"
,
1
);
//查询类型:1,正向单查询,传入的orderid为正向定单号,2,退货单查询,传入的orderid为退货原始订单号
hBody
.
put
(
"searchType"
,
1
);
//查询类型:1,正向单查询,传入的orderid为正向定单号,2,退货单查询,传入的orderid为退货原始订单号
// 时间戳
// 时间戳
...
@@ -237,13 +244,8 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -237,13 +244,8 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
}
else
{
}
else
{
HashMap
hashMapResult
=
(
HashMap
)
hashMap
.
get
(
"result"
);
HashMap
hashMapResult
=
(
HashMap
)
hashMap
.
get
(
"result"
);
KylinOrderExpress
kylinOrderExpress
=
new
KylinOrderExpress
();
KylinOrderExpress
kylinOrderExpress
=
new
KylinOrderExpress
();
String
orderExpressId
=
IDGenerator
.
nextSnowId
();
kylinOrderExpress
.
setExpressStatus
(
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS2
);
kylinOrderExpress
.
setExpressStatus
(
KylinTableStatusConst
.
ORDER_EXPRESS_STATUS1
);
kylinOrderExpress
.
setOrderExpressId
(
orderExpressId
);
kylinOrderExpress
.
setOrderTicketsId
(
orderTicketsId
);
kylinOrderExpress
.
setOrderExpressCode
(
OrderExpressCode
);
kylinOrderExpress
.
setMailno
((
String
)
hashMapResult
.
get
(
"mailno"
));
kylinOrderExpress
.
setMailno
((
String
)
hashMapResult
.
get
(
"mailno"
));
kylinOrderExpress
.
setExpressType
(
expressType
);
kylinOrderExpress
.
setFilterResult
(
hashMapResult
.
get
(
"filter_result"
).
toString
());
kylinOrderExpress
.
setFilterResult
(
hashMapResult
.
get
(
"filter_result"
).
toString
());
kylinOrderExpress
.
setRemark
((
String
)
hashMapResult
.
get
(
"remark"
));
kylinOrderExpress
.
setRemark
((
String
)
hashMapResult
.
get
(
"remark"
));
kylinOrderExpress
.
setOrigincode
((
String
)
hashMapResult
.
get
(
"origincode"
));
kylinOrderExpress
.
setOrigincode
((
String
)
hashMapResult
.
get
(
"origincode"
));
...
@@ -251,8 +253,11 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
...
@@ -251,8 +253,11 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
kylinOrderExpress
.
setPrintIcon
((
String
)
hashMapResult
.
get
(
"printIcon"
));
kylinOrderExpress
.
setPrintIcon
((
String
)
hashMapResult
.
get
(
"printIcon"
));
kylinOrderExpress
.
setPrintFlag
((
String
)
hashMapResult
.
get
(
"printFlag"
));
kylinOrderExpress
.
setPrintFlag
((
String
)
hashMapResult
.
get
(
"printFlag"
));
kylinOrderExpress
.
setTwoDimensionCode
((
String
)
hashMapResult
.
get
(
"twoDimensionCode"
));
kylinOrderExpress
.
setTwoDimensionCode
((
String
)
hashMapResult
.
get
(
"twoDimensionCode"
));
kylinOrderExpress
.
setCreatedAt
(
DateUtil
.
getNowTime
());
kylinOrderExpress
.
setUpdatedAt
(
DateUtil
.
getNowTime
());
kylinOrderExpressMapper
.
insert
(
kylinOrderExpress
);
kylinOrderExpressMapper
.
update
(
kylinOrderExpress
,
new
UpdateWrapper
<
KylinOrderExpress
>().
in
(
"order_express_id"
,
orderExpressInfo
.
getOrderExpressId
())
);
}
}
}
}
}
}
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-client-admin-web.yml
View file @
3880fe93
...
@@ -45,14 +45,13 @@ liquidnet:
...
@@ -45,14 +45,13 @@ liquidnet:
appid
:
${liquidnet.client.admin.shunfeng.appid}
appid
:
${liquidnet.client.admin.shunfeng.appid}
custid
:
${liquidnet.client.admin.shunfeng.custid}
custid
:
${liquidnet.client.admin.shunfeng.custid}
jCompany
:
北京正在映画互联网有限公司
jCompany
:
北京正在映画互联网有限公司
jContact
:
姜秀龙
jContact
:
摩登天空票务部
j
Mobile
:
15811009011
j
Tel
:
4001680650
jProvince
:
北京
jProvince
:
北京
jCity
:
北京市
jCity
:
北京市
jAddress
:
朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空
jAddress
:
朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空
payMethod
:
0
expressType
:
1
# 默认顺丰特快
expressType
:
1
depositumInfo
:
演出纸质票
depositumInfo
:
演出票
# 开发环境配置
# 开发环境配置
server
:
server
:
...
...
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