Skip to content

Commit d903d8f

Browse files
committed
FEAT: Candidate 백엔드 수정
1 parent 0099ac1 commit d903d8f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

springboot-app/src/main/java/com/uplus/eureka/candidate/model/dao/CandidateDao.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.uplus.eureka.candidate.model.dao;
22

3-
import org.apache.ibatis.annotations.Mapper;
43
import org.apache.ibatis.annotations.Param;
54

65
import com.uplus.eureka.candidate.model.dto.Candidate;
@@ -9,7 +8,6 @@
98

109
import java.util.List;
1110

12-
@Mapper
1311
public interface CandidateDao {
1412

1513
// poll_id가 높은 순으로 4개를 가져오는 쿼리

springboot-app/src/main/resources/mapper/candidates.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
VALUES (#{candidate.userId}, #{candidate.pollId})
3131
</insert>
3232

33-
34-
3533
<!-- is_selected 값을 true로 업데이트하는 쿼리 -->
3634
<update id="updateUserSelectedStatus">
3735
UPDATE Users

0 commit comments

Comments
 (0)