Commit bfeb2a1f by 王悦

fix

parent 116fd506
...@@ -350,7 +350,10 @@ class TrademarkCtl extends CtlBase { ...@@ -350,7 +350,10 @@ class TrademarkCtl extends CtlBase {
tm_code: db.code tm_code: db.code
}, {where: {tm_code: db.code}}); }, {where: {tm_code: db.code}});
}); });
return system.getResult(1, "ok") return {
status: 1,
msg: "ok"
}
} }
} }
......
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