|
|
@@ -1568,6 +1568,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
}
|
|
|
TaskLog taskLog = new TaskLog();
|
|
|
taskLog.setSotpId(in.getTaskStopId());
|
|
|
+ taskLog.setTaskId(use.getTid());
|
|
|
taskLog.setContent(str.toString());
|
|
|
taskLog.setAid(use.getCreateBy());
|
|
|
taskLogMapper.insertSelective(taskLog);
|