Commit 2a04c537 by 任晓松

fq需求商机同步

parent 5d0419a9
......@@ -1610,7 +1610,8 @@ class UtilsNeedService extends AppServiceBase {
*/
async syncNeedBusiness(pobj,qobj,req){
let url = this.centerOrderUrl + 'task/taskAction/taskNeed';
let result = await this.execPostByTimeOut(req,pobj,url,"json",null,60)
let data = {identifyCode : 'sync'}
let result = await this.execPostByTimeOut(req,data,url,"json",null,60)
if (!result || result.status != 0) {
return system.getResult(null, result.msg);
}
......
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