Commit 0b49e0ce by sxy

推送复购商机新增 customerType

parent 14676e61
...@@ -37,7 +37,7 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -37,7 +37,7 @@ class UtilsFgbusinesschancService extends AppServiceBase {
actionBody: { actionBody: {
...item, ...item,
businessType: actionBody.businessType, businessType: actionBody.businessType,
customerType: actionBody.customerType customerType: actionBody.customerType || ''
} }
} }
var tmpResult = await self.restPostUrl(tmpPobj, reqUrl); var tmpResult = await self.restPostUrl(tmpPobj, reqUrl);
......
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