Commit 880180a7 by 宋毅

tj

parent 6f876c2a
......@@ -42,10 +42,14 @@ class UtilsFgbusinesschancService extends AppServiceBase {
actionType: "create",
actionBody: item
}
var tmpResult = await self.restPostUrl({ ...tmpPobj }, reqUrl);
var tmpResult = await self.restPostUrl(tmpPobj, reqUrl);
if (tmpResult.status == 0) {
self.utilsPushSve.aliBusiness2Fq({ ...tmpPobj }, "pushRePurchaseBusiness");
self.utilsPushSve.aliBusiness2Fq(tmpPobj, "pushRePurchaseBusiness");
}
// var tmpResult = await self.restPostUrl({ ...tmpPobj }, reqUrl);
// if (tmpResult.status == 0) {
// self.utilsPushSve.aliBusiness2Fq({ ...tmpPobj }, "pushRePurchaseBusiness");
// }
}
}
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