意向基本信息
This commit is contained in:
@@ -253,8 +253,7 @@ public class DeskController {
|
||||
@ApiImplicitParam(name = "lineId", value = "线索ID", required = false),
|
||||
})
|
||||
public ResponseResult<PartnerBaseInfoVO> queryPartnerBaseInfo(@RequestParam(value = "lineId",required = false)Long lineId){
|
||||
PartnerUserInfoVO userInfoVO = PartnerUserHolder.getUser();
|
||||
return ResponseResult.success(hyPartnerBaseInfoService.queryPartnerBaseInfo(userInfoVO.getPartnerId(), lineId));
|
||||
return ResponseResult.success(hyPartnerBaseInfoService.getByPartnerLineId(lineId));
|
||||
}
|
||||
|
||||
@PostMapping(path = "/updatePartnerIntentInfo")
|
||||
|
||||
Reference in New Issue
Block a user