提交 9e668dce 编写于 作者: 水库浪子

修改客户画像参数BUG

上级 93d72bdf
......@@ -51,14 +51,14 @@ public class WeCustomerPortraitController extends BaseController {
/**
* 根据客户id和当前企业员工id获取客户详细信息
* @param externalUserid
* @param userid
* @param userId
* @return
*/
@GetMapping(value = "/findWeCustomerInfo")
public AjaxResult findWeCustomerInfo(String externalUserid, String userid) throws Exception {
public AjaxResult findWeCustomerInfo(String externalUserid, String userId) throws Exception {
return AjaxResult.success(
iWeCustomerService.findCustomerByOperUseridAndCustomerId(externalUserid,userid)
iWeCustomerService.findCustomerByOperUseridAndCustomerId(externalUserid,userId)
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册