Commit 72bb0879 by 孙亚楠

修改订单审核状态

parent ca2d9629
...@@ -364,7 +364,7 @@ class xggApplet extends AppletBase { ...@@ -364,7 +364,7 @@ class xggApplet extends AppletBase {
try { try {
//构建参数 //构建参数
var order = { var order = {
auditStatus:pobj.auditStatus, auditStatus:0,
id:this.trim(pobj.id) id:this.trim(pobj.id)
}; };
let obj = pobj; let obj = pobj;
......
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