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