Commit 31f2684a by linboxuan

Merge branch 'center-channel' of http://gitlab.gongsibao.com/jiangyong/zhichan into center-channel

parents 8fbd7112 0b49e0ce
...@@ -36,7 +36,8 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -36,7 +36,8 @@ class UtilsFgbusinesschancService extends AppServiceBase {
actionType: "create", actionType: "create",
actionBody: { actionBody: {
...item, ...item,
businessType: actionBody.businessType businessType: actionBody.businessType,
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