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