Commit a4c66532 by 王悦

update

parent 6f9c865e
......@@ -88,6 +88,7 @@ class TrademarkCtl extends CtlBase {
* {"error": ""}
*/
async publish(p, q, req) {
try {
let body = {
"tm": p
};
......@@ -109,6 +110,10 @@ class TrademarkCtl extends CtlBase {
rtn = await this.service.bulkCreate(tradedb);
}
return system.getResult(rtn)
}catch (e) {
return system.getResult(e)
}
}
/**
......
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