记得上下班打卡 | 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
Expand all
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
This diff is collapsed.
Click to expand it.
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