Skip to content

Commit

Permalink
Merge pull request #112 from ttthanhf/hotfix/feature/task
Browse files Browse the repository at this point in the history
get value of minus points
  • Loading branch information
HanhNg23 committed Nov 16, 2023
2 parents a714dc7 + d55cdf7 commit a5e77f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/housemate/services/TaskBuildupService.java
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ public void run() {
taskBuidServ.createAndSendNotification(
task,
notiTitleForTaskStatus,
"Trừ " + MINUS_POINTS_FOR_NOT_COMPLETE_REPORT_TASK + " do trễ hẹn báo cáo trạng thái \"Đã đến\"",
"Trừ " + MINUS_POINTS_FOR_NOT_COMPLETE_REPORT_TASK.getNum() + " do trễ hẹn báo cáo trạng thái \"Đã đến\"",
String.valueOf(task.getSchedule().getStaffId()));

log.info("Task {} minus score for not report Arrived - Sent at {}", task.getTaskId(),
Expand Down

0 comments on commit a5e77f9

Please sign in to comment.