Commit 6f876c2a by 宋毅

tj

parent 6e02884e
......@@ -42,9 +42,9 @@ 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");
}
}
}
......
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