|
@@ -98,7 +98,8 @@ public class TaskProgressServiceImpl extends ServiceImpl<TaskProgressMapper, Tas
|
|
|
tprogressPaticipatorsMapper.insert(item);
|
|
|
//发消息通知进展
|
|
|
Information information = new Information();
|
|
|
- information.setContent(""+progress.getTaskId());
|
|
|
+ Integer projectId = taskMapper.selectById(progress.getTaskId()).getProjectId();
|
|
|
+ information.setContent(""+projectId);
|
|
|
information.setMsg(updateStr);
|
|
|
information.setUserId(user.getId());
|
|
|
information.setType(2);
|