Commit 717fe714 by 王昆

gsb

parent 82776e93
...@@ -16,7 +16,7 @@ class DeliverCtl extends CtlBase { ...@@ -16,7 +16,7 @@ class DeliverCtl extends CtlBase {
try { try {
let rs = await this.deliverSve.page(pobj); let rs = await this.deliverSve.page(pobj);
await this.channelSve.setChannel2(rs.data.rows); await this.channelSve.setChannel2(rs.data.rows);
return system.getResultSuccess(rs); return rs;
} catch (e) { } catch (e) {
console.log(e); console.log(e);
return system.getResultFail(500, "接口错误"); return system.getResultFail(500, "接口错误");
......
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