Commit 2eb1ee67 by 庄冰

needinfo-sub_status

parent 1279b1f1
...@@ -20,7 +20,7 @@ class NeedinfoService extends ServiceBase { ...@@ -20,7 +20,7 @@ class NeedinfoService extends ServiceBase {
return res; return res;
} }
var createRes = await this.dao.create(res); var createRes = await this.dao.create(res);
// this.pushMediaNeed2Queue(createRes.id); this.pushMediaNeed2Queue(createRes.id);
return system.getResultSuccess(); return system.getResultSuccess();
} }
......
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