Commit 4a5b6614 by 王悦

fix

parent a9fed3b8
......@@ -61,7 +61,7 @@ class OperationCtl extends trademarkCtl {
let data = JSON.parse(rtn.stdout);
if (data.status===1)
return system.getResultSuccess()
return system.getResultError(data)
return data
}
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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