Commit 7e67fad6 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 96e83931 1d53feea
...@@ -72,7 +72,7 @@ class utils360Sve extends AppServiceBase { ...@@ -72,7 +72,7 @@ class utils360Sve extends AppServiceBase {
let pushObj = { let pushObj = {
order_id, order_id,
status, status,
sub_status: ApplicationStatus sub_status: Number(ApplicationStatus)
} }
let result = await this.restPostUrl(pushObj, url); let result = await this.restPostUrl(pushObj, url);
if (result.code == 200) { if (result.code == 200) {
......
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