This commit is contained in:
yoon 2025-02-25 09:47:06 +09:00
parent 2f83264ce0
commit 2c5705088b
2 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,5 @@ public interface NetmemberMapper {
int updatePassword(MapDto map); int updatePassword(MapDto map);
List<MapDto> getallUserList(); List<MapDto> getallUserList();
} }

View File

@ -159,5 +159,4 @@ public class NetmemberService {
return memberMapper.updatePassword(map) > 0; return memberMapper.updatePassword(map) > 0;
} }
} }