|
@@ -644,6 +644,7 @@ public class BusinessOpportunityServiceImpl extends ServiceImpl<BusinessOpportun
|
|
ActionLog al = new ActionLog();
|
|
ActionLog al = new ActionLog();
|
|
al.setCode("business");
|
|
al.setCode("business");
|
|
al.setName("推进了阶段至" + bo.getStageValue());
|
|
al.setName("推进了阶段至" + bo.getStageValue());
|
|
|
|
+ al.setCreatTime(new Date());
|
|
al.setUserId(user.getId());
|
|
al.setUserId(user.getId());
|
|
al.setItemId(bo.getId());
|
|
al.setItemId(bo.getId());
|
|
actionLogMapper.insert(al);
|
|
actionLogMapper.insert(al);
|