refactor: line 수정
This commit is contained in:
parent
cf5595289c
commit
a1198f6cd6
@ -8,6 +8,8 @@ import java.util.List;
|
||||
|
||||
@Mapper
|
||||
public interface MyMsgMapper {
|
||||
|
||||
/**/
|
||||
List<MyMsgVO> findAll();
|
||||
|
||||
@Select("select * from MJ_MYMSG")
|
||||
|
||||
@ -22,6 +22,7 @@ public class MemberServiceImpl implements MemberService {
|
||||
List<MyMsgVO> MyMsgListVO = myMsgMapper.findAll();
|
||||
return new RestResponse(HttpStatus.OK, "성공", MyMsgListVO, LocalDateTime.now());
|
||||
}
|
||||
|
||||
@Override
|
||||
public RestResponse findAll2() {
|
||||
List<MyMsgVO> MyMsgListVO = myMsgMapper.findAll_2();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user