意向区域绑定战区 但是战区绑定的组织机构下没人 不分配
This commit is contained in:
@@ -286,6 +286,17 @@ public class DeskController {
|
||||
return ResponseResult.success(hyPartnerLineInfoService.getAssignFollowUser(partnerId,type));
|
||||
}
|
||||
|
||||
@GetMapping(path = "/assignFollowUser")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "partnerId", value = "partnerId", required = false),
|
||||
})
|
||||
public ResponseResult<Boolean> getFollowHistory(@RequestParam(value = "partnerId",required = false)String partnerId,
|
||||
@RequestParam(value = "wantShopArea",required = false)String wantShopArea,
|
||||
@RequestParam(value = "acceptAdjustType",required = false)Integer acceptAdjustType){
|
||||
return ResponseResult.success(hyPartnerLineInfoService.assignFollowUser(partnerId,wantShopArea,acceptAdjustType));
|
||||
}
|
||||
|
||||
|
||||
@GetMapping(path = "/getInterviewInfoByLineId")
|
||||
@ApiOperation("查询加盟商线索详情 根据线索信息查询面试信息")
|
||||
@ApiImplicitParams({
|
||||
|
||||
Reference in New Issue
Block a user