From daf278086eb5d61779ab2886b2d07073eaa15335 Mon Sep 17 00:00:00 2001 From: yang Date: Wed, 7 Aug 2024 05:03:40 +0900 Subject: [PATCH] =?UTF-8?q?RAC-419=20fix=20:=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8=20=EC=BF=BC=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/postgraduate/batch/done/DoneMentoringRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/postgraduate/batch/done/DoneMentoringRepository.java b/src/main/java/com/postgraduate/batch/done/DoneMentoringRepository.java index 9011d2df..193c2c88 100644 --- a/src/main/java/com/postgraduate/batch/done/DoneMentoringRepository.java +++ b/src/main/java/com/postgraduate/batch/done/DoneMentoringRepository.java @@ -16,7 +16,7 @@ public class DoneMentoringRepository { private final NamedParameterJdbcTemplate jdbcTemplate; private static final int CHARGE = TermUnit.SHORT.getCharge(); - private static final String UPDATE_MENTORING = "update mentoring set status = 'DONE', salary_id = :salaryId where mentoring_id = :mentoringId"; + private static final String UPDATE_MENTORING = "update mentoring set status = 'DONE', salary_salary_id = :salaryId where mentoring_id = :mentoringId"; private static final String UPDATE_SALARY = "update salary set total_amount = total_amount + :amount where salary_id = :salaryId"; public void updateAllSalary(List mentorings) {