mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 01:15:10 +08:00
增加客户的公海领取和
This commit is contained in:
@ -175,7 +175,7 @@ public class CrmCustomerController {
|
|||||||
//判断参数不能为空
|
//判断参数不能为空
|
||||||
if(ownerId==null || CollectionUtils.isEmpty(cIds))
|
if(ownerId==null || CollectionUtils.isEmpty(cIds))
|
||||||
return error(GlobalErrorCodeConstants.BAD_REQUEST.getCode(),GlobalErrorCodeConstants.BAD_REQUEST.getMsg());
|
return error(GlobalErrorCodeConstants.BAD_REQUEST.getCode(),GlobalErrorCodeConstants.BAD_REQUEST.getMsg());
|
||||||
|
customerService.distributeByIds(cIds,ownerId);
|
||||||
return success("分配成功");
|
return success("分配成功");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user