Skip to content

Commit 7f8a698

Browse files
committed
CLAP-431 Fix : 작업 상태 변경 알림 전송 메시지 수정
1 parent 8ae1792 commit 7f8a698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/clap/server/application/service/task/UpdateTaskOrderAndStstusService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void updateTaskOrderAndStatus(Long processorId, UpdateTaskOrderRequest re
8383

8484
TaskHistory taskHistory = TaskHistory.createTaskHistory(TaskHistoryType.STATUS_SWITCHED, updatedTask, targetStatus.getDescription(), null,null);
8585
commandTaskHistoryPort.save(taskHistory);
86-
publishNotification(targetTask, NotificationType.STATUS_SWITCHED, String.valueOf(updatedTask.getTaskStatus()));
86+
publishNotification(targetTask, NotificationType.STATUS_SWITCHED, updatedTask.getDescription());
8787
}
8888

8989
/**

0 commit comments

Comments
 (0)