exhibitionGroupId
This commit is contained in:
@@ -348,6 +348,6 @@ public class DeskController {
|
||||
@ApiOperation("线索基本信息")
|
||||
public ResponseResult<PartnerUserBaseVO> getPartnerInfo(@RequestParam(value = "mobile")String mobile,
|
||||
@RequestParam(value = "exhibitionId")Integer exhibitionId){
|
||||
return ResponseResult.success(partnerUserInfoService.getPartnerInfo(mobile,exhibitionId));
|
||||
return ResponseResult.success(partnerUserInfoService.getPartnerInfo(mobile,exhibitionId,null));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user