Commit f20b9880 by 王勇飞

gyq

parent 16028703
......@@ -281,10 +281,12 @@ class DeliverybillCtl extends CtlBase {
return system.getResult(rarr);
}
catch (error) {
console.log("error___________________________" + error);
return system.getResultError(error);
}
}
else {
console.log("参数错误!___________________________");
return system.getResultError("参数错误!");
}
}
......
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