Commit 3a1e3fb7 by 孙亚楠

dd

parent fc9f6373
...@@ -288,7 +288,7 @@ class OorderService extends ServiceBase { ...@@ -288,7 +288,7 @@ class OorderService extends ServiceBase {
let preNextStatus = JSON.parse(pre.next_status)[0]; let preNextStatus = JSON.parse(pre.next_status)[0];
preNextStatus.next_status=current.status; preNextStatus.next_status=current.status;
preNextStatus.next_name=current.name; preNextStatus.next_name=current.name;
pre.next_status=JSON.stringify(preNextStatus); pre.next_status=`[${JSON.stringify(preNextStatus)}]`;
} }
} }
return new_oorderProcessInfo; return new_oorderProcessInfo;
......
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