记得上下班打卡 | 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
433507c5
Commit
433507c5
authored
Jul 01, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
快递 去掉无用配置
parent
775befdd
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
61 deletions
+20
-61
PerformancesExpressController.java
...troller/zhengzai/kylin/PerformancesExpressController.java
+10
-10
liquidnet-service-platform-dev.yml
...onfig/liquidnet-config/liquidnet-service-platform-dev.yml
+0
-11
liquidnet-service-platform-test.yml
...nfig/liquidnet-config/liquidnet-service-platform-test.yml
+0
-11
PerformancesExpressCallbackController.java
...press/shunfeng/PerformancesExpressCallbackController.java
+10
-10
PerformancesExpressCallbackServiceImpl.java
...ress/shunfeng/PerformancesExpressCallbackServiceImpl.java
+0
-19
No files found.
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 @
433507c5
...
...
@@ -146,13 +146,13 @@ public class PerformancesExpressController extends BaseController {
}
/**
*
实际运费
主动查询
*
路由信息
主动查询
*/
@RequiresPermissions
(
"kylin:performancesExpress:
getListFreight
"
)
@PostMapping
(
"/
getListFreight
"
)
@RequiresPermissions
(
"kylin:performancesExpress:
listOrderRoute
"
)
@PostMapping
(
"/
listOrderRoute
"
)
@ResponseBody
public
AjaxResult
getListFreight
(
PerformanceExpressSearchAdminParam
performanceExpressSearchAdminParam
)
{
ResponseDto
res
=
performancesExpressServiceImpl
.
getListFreight
(
performanceExpressSearchAdminParam
);
public
AjaxResult
listOrderRoute
(
PerformanceExpressSearchAdminParam
performanceExpressSearchAdminParam
)
{
ResponseDto
res
=
performancesExpressServiceImpl
.
listOrderRoute
(
performanceExpressSearchAdminParam
);
try
{
if
(
res
.
isSuccess
())
{
return
success
();
...
...
@@ -165,13 +165,13 @@ public class PerformancesExpressController extends BaseController {
}
/**
*
路由信息主动查询
*
实际运费主动查询 暂时可先不用
*/
@RequiresPermissions
(
"kylin:performancesExpress:
listOrderRoute
"
)
@PostMapping
(
"/
listOrderRoute
"
)
@RequiresPermissions
(
"kylin:performancesExpress:
getListFreight
"
)
@PostMapping
(
"/
getListFreight
"
)
@ResponseBody
public
AjaxResult
listOrderRoute
(
PerformanceExpressSearchAdminParam
performanceExpressSearchAdminParam
)
{
ResponseDto
res
=
performancesExpressServiceImpl
.
listOrderRoute
(
performanceExpressSearchAdminParam
);
public
AjaxResult
getListFreight
(
PerformanceExpressSearchAdminParam
performanceExpressSearchAdminParam
)
{
ResponseDto
res
=
performancesExpressServiceImpl
.
getListFreight
(
performanceExpressSearchAdminParam
);
try
{
if
(
res
.
isSuccess
())
{
return
success
();
...
...
liquidnet-bus-config/liquidnet-config/liquidnet-service-platform-dev.yml
View file @
433507c5
...
...
@@ -20,17 +20,6 @@ liquidnet:
sslEnabled
:
false
database
:
dev_ln_scene
shunfeng
:
url
:
${liquidnet.client.admin.shunfeng.url}
sk
:
${liquidnet.client.admin.shunfeng.sk}
appid
:
${liquidnet.client.admin.shunfeng.appid}
custid
:
${liquidnet.client.admin.shunfeng.custid}
jCompany
:
北京正在映画互联网有限公司
jContact
:
摩登天空票务部
jTel
:
4001680650
jProvince
:
北京
jCity
:
北京市
jAddress
:
朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空
expressType
:
1
# 默认顺丰特快
depositumInfo
:
演出纸质票
#以下为spring各环境个性配置
liquidnet-bus-config/liquidnet-config/liquidnet-service-platform-test.yml
View file @
433507c5
...
...
@@ -20,17 +20,6 @@ liquidnet:
sslEnabled
:
false
database
:
test_ln_scene
shunfeng
:
url
:
${liquidnet.client.admin.shunfeng.url}
sk
:
${liquidnet.client.admin.shunfeng.sk}
appid
:
${liquidnet.client.admin.shunfeng.appid}
custid
:
${liquidnet.client.admin.shunfeng.custid}
jCompany
:
北京正在映画互联网有限公司
jContact
:
摩登天空票务部
jTel
:
4001680650
jProvince
:
北京
jCity
:
北京市
jAddress
:
朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空
expressType
:
1
# 默认顺丰特快
depositumInfo
:
演出纸质票
#以下为spring各环境个性配置
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/controller/express/shunfeng/PerformancesExpressCallbackController.java
View file @
433507c5
...
...
@@ -33,10 +33,10 @@ public class PerformancesExpressCallbackController {
@Autowired
private
PerformancesExpressCallbackServiceImpl
performancesExpressServiceImpl
;
@PostMapping
(
"order
Status
"
)
@ApiOperation
(
"
订单状态
推送"
)
public
HashMap
OrderStatus
(
@RequestBody
String
performanceExpressPushStatus
Param
)
{
boolean
result
=
performancesExpressServiceImpl
.
order
Status
(
performanceExpressPushStatus
Param
);
@PostMapping
(
"order
Route
"
)
@ApiOperation
(
"
路由
推送"
)
public
HashMap
listOrderRoute
(
@RequestBody
String
performanceExpressPushRoute
Param
)
{
boolean
result
=
performancesExpressServiceImpl
.
order
Route
(
performanceExpressPushRoute
Param
);
HashMap
<
Object
,
Object
>
objectObjectHashMap
=
new
HashMap
<>();
if
(
result
)
{
objectObjectHashMap
.
put
(
"status"
,
"OK"
);
...
...
@@ -46,10 +46,10 @@ public class PerformancesExpressCallbackController {
return
objectObjectHashMap
;
}
@PostMapping
(
"order
Route
"
)
@ApiOperation
(
"
路由推送"
)
public
HashMap
listOrderRoute
(
@RequestBody
String
performanceExpressPushRoute
Param
)
{
boolean
result
=
performancesExpressServiceImpl
.
order
Route
(
performanceExpressPushRoute
Param
);
@PostMapping
(
"order
Status
"
)
@ApiOperation
(
"
订单状态推送"
)
// 暂时业务不需要
public
HashMap
OrderStatus
(
@RequestBody
String
performanceExpressPushStatus
Param
)
{
boolean
result
=
performancesExpressServiceImpl
.
order
Status
(
performanceExpressPushStatus
Param
);
HashMap
<
Object
,
Object
>
objectObjectHashMap
=
new
HashMap
<>();
if
(
result
)
{
objectObjectHashMap
.
put
(
"status"
,
"OK"
);
...
...
@@ -60,7 +60,7 @@ public class PerformancesExpressCallbackController {
}
@PostMapping
(
"orderFreightList"
)
@ApiOperation
(
"清单运费推送"
)
@ApiOperation
(
"清单运费推送"
)
// 暂时业务不需要
public
HashMap
getListFreight
(
@RequestBody
String
performanceExpressPushFreightParam
)
{
boolean
result
=
performancesExpressServiceImpl
.
orderFreightList
(
performanceExpressPushFreightParam
);
HashMap
<
Object
,
Object
>
objectObjectHashMap
=
new
HashMap
<>();
...
...
@@ -73,7 +73,7 @@ public class PerformancesExpressCallbackController {
}
@GetMapping
(
"orderRoute/{orderTicketsId}"
)
@ApiOperation
(
"获取物流信息"
)
@ApiOperation
(
"获取物流信息"
)
// 前端使用
@ApiImplicitParam
(
name
=
"orderTicketsId"
,
value
=
"订单ID"
,
required
=
true
,
dataType
=
"String"
,
paramType
=
"path"
)
public
ResponseDto
<
List
<
KylinOrderExpressRouteVo
>>
orderRouteDetail
(
@PathVariable
()
String
orderTicketsId
)
{
List
<
KylinOrderExpressRouteVo
>
routeVoList
=
performancesExpressServiceImpl
.
orderRouteDetail
(
orderTicketsId
);
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/service/express/shunfeng/PerformancesExpressCallbackServiceImpl.java
View file @
433507c5
...
...
@@ -37,25 +37,6 @@ import java.util.List;
@Slf4j
public
class
PerformancesExpressCallbackServiceImpl
extends
ServiceImpl
<
KylinOrderExpressMapper
,
KylinOrderExpress
>
implements
IKylinOrderExpress
{
@Value
(
"${liquidnet.shunfeng.custid}"
)
private
String
custid
;
@Value
(
"${liquidnet.shunfeng.jCompany}"
)
private
String
jCompany
;
@Value
(
"${liquidnet.shunfeng.jContact}"
)
private
String
jContact
;
@Value
(
"${liquidnet.shunfeng.jTel}"
)
private
String
jTel
;
@Value
(
"${liquidnet.shunfeng.jProvince}"
)
private
String
jProvince
;
@Value
(
"${liquidnet.shunfeng.jCity}"
)
private
String
jCity
;
@Value
(
"${liquidnet.shunfeng.jAddress}"
)
private
String
jAddress
;
@Value
(
"${liquidnet.shunfeng.expressType}"
)
private
Integer
expressType
;
@Value
(
"${liquidnet.shunfeng.depositumInfo}"
)
private
String
depositumInfo
;
@Autowired
MongoTemplate
mongoTemplate
;
...
...
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