Commit 7db505e5 by 庄冰

policy3

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