记得上下班打卡 | git大法好,push需谨慎

Commit 3880fe93 authored by jiangxiulong's avatar jiangxiulong

快递

parent 789624c1
...@@ -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; // 取消
} }
...@@ -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;
......
...@@ -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;
......
...@@ -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: 摩登天空票务部
jMobile: 15811009011 jTel: 4001680650
jProvince: 北京 jProvince: 北京
jCity: 北京市 jCity: 北京市
jAddress: 朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空 jAddress: 朝阳区广渠路1号北京市商业储运公司3-12号 摩登天空
payMethod: 0 expressType: 1 # 默认顺丰特快
expressType: 1 depositumInfo: 演出纸质票
depositumInfo: 演出票
# 开发环境配置 # 开发环境配置
server: server:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment