Commit a0e29096 by 宋毅

tj

parents 610a2116 ffc0a1e1
...@@ -42,7 +42,7 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -42,7 +42,7 @@ class UtilsFgbusinesschancService extends AppServiceBase {
const element = actionBody.businessData[index]; const element = actionBody.businessData[index];
tmpPobj.actionBody = element; tmpPobj.actionBody = element;
var tmpResult = await self.restPostUrl(tmpPobj, reqUrl); var tmpResult = await self.restPostUrl(tmpPobj, reqUrl);
if (tmpResult.status == 0) { 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