Commit 30c2dfff by 宋毅

tj

parent a0e29096
......@@ -41,6 +41,7 @@ class UtilsFgbusinesschancService extends AppServiceBase {
for (let index = 0; index < actionBody.businessData.length; index++) {
const element = actionBody.businessData[index];
tmpPobj.actionBody = element;
tmpPobj.actionType = "create";
var tmpResult = await self.restPostUrl(tmpPobj, reqUrl);
if (tmpResult.status === 0) {
self.utilsPushSve.aliBusiness2Fq(tmpPobj, "pushRePurchaseBusiness");
......
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