Helius
2020-11-17 a9d736c5dc577c7a1b94dae0989be2269fe2e7ff
src/main/resources/mapper/member/MemberAuthenticationDao.xml
@@ -5,5 +5,9 @@
   <select id="findMemberbyIdCardNoCount" resultType="int">
      select count(*) from member_authentication where idcard_No = #{idCardNo}
   </select>
   <select id="findAuthenByMemberId" resultType="int">
      select count(*) from member_authentication where member_id = #{memberId}
   </select>
   
</mapper>