分配招商经理优化分配人

This commit is contained in:
苏竹红
2023-09-04 15:13:31 +08:00
parent ad770fd27b
commit 9fee83af41
4 changed files with 15 additions and 10 deletions

View File

@@ -189,7 +189,7 @@ public class DeskController {
@ApiOperation("分配招商经理/批量分配招商经理")
public ResponseResult<Boolean> allocationInvestmentManager(@RequestBody AllocationInvestmentManagerRequest request){
return ResponseResult.success(hyPartnerLineInfoService.allocationInvestmentManager(CurrentUserHolder.getUser(),request.getLineIdList()));
return ResponseResult.success(hyPartnerLineInfoService.allocationInvestmentManager(CurrentUserHolder.getUser(),request.getUserId(),request.getLineIdList()));
}