|
@@ -179,6 +179,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, Task> implements Ta
|
|
|
ActionLog actionLog = new ActionLog();
|
|
|
actionLog.setCreatTime(new Date());
|
|
|
actionLog.setUserId(userId);
|
|
|
+ actionLog.setCode("business");
|
|
|
actionLog.setName("新建了相关任务");
|
|
|
actionLog.setItemId(taskDto.getBusinessOpportunityId());
|
|
|
logMapper.insert(actionLog);
|