Skip to content

Commit 1dd3da6

Browse files
committed
fix : 엔티티 동기화 삭제
1 parent 031db8a commit 1dd3da6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/ilkan/domain/work/service/WorkService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ public AlReadyAppliedResDto applyWork(String roleHeader, Long taskId, WorkApplyR
265265

266266
// 5) TaskApplication 생성 및 저장
267267
TaskApplication application = dto.toEntity(work, performer);
268-
application.updateStatus(work.getStatus());
269268
taskApplicationRepository.save(application);
270269

271270
// 6) DTO 변환 후 반환 (alreadyApplied = false)

0 commit comments

Comments
 (0)