Commit 14676e61 by sxy

feat: 推送复购商机新增 customerType

parent 0c7d55c4
......@@ -36,7 +36,8 @@ class UtilsFgbusinesschancService extends AppServiceBase {
actionType: "create",
actionBody: {
...item,
businessType: actionBody.businessType
businessType: actionBody.businessType,
customerType: actionBody.customerType
}
}
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