@@ -21,5 +21,5 @@ public interface CapacityEngineerCalendarDao extends JpaRepository<CapacityEngin
...
@@ -21,5 +21,5 @@ public interface CapacityEngineerCalendarDao extends JpaRepository<CapacityEngin
@Modifying
@Modifying
@Query("delete from CapacityEngineerCalendarEntity a where a.engineerCode in :engineerCodes and a.type = :type and a.workday between :startDate and :endDate")
@Query("delete from CapacityEngineerCalendarEntity a where a.engineerCode in :engineerCodes and a.type = :type and a.workday between :startDate and :endDate")