mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
系统操作日志:集成 mzt-biz-log 2
This commit is contained in:
@ -135,7 +135,7 @@ public class CrmCustomerServiceImpl implements CrmCustomerService {
|
||||
public void transferCustomer(CrmCustomerTransferReqVO reqVO, Long userId) {
|
||||
// 1. 校验客户是否存在
|
||||
validateCustomer(reqVO.getId());
|
||||
|
||||
// 添加 crmCustomer 到日志上下文
|
||||
LogRecordContext.putVariable("crmCustomer", customerMapper.selectById(reqVO.getId()));
|
||||
// 2.1 数据权限转移
|
||||
crmPermissionService.transferPermission(
|
||||
|
Reference in New Issue
Block a user