Commit 7db505e5 by 庄冰

policy3

parent b94dbf48
...@@ -282,8 +282,8 @@ class PolicyneedService extends ServiceBase { ...@@ -282,8 +282,8 @@ class PolicyneedService extends ServiceBase {
return result; return result;
} }
//推送政策需求数据至蜂擎系统 //推送政策需求数据至蜂擎系统
async taskpolicyneed2fq(pobj) { async taskpolicyneed2fq(reqobj) {
var obj = pobj.actionBody; var obj = reqobj.actionBody;
var limit = obj.limit || 100; var limit = obj.limit || 100;
var pns = await this.dao.model.findAll({ var pns = await this.dao.model.findAll({
where:{isPushAlready:false}, where:{isPushAlready:false},
......
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