zainali5120
2020-10-21 c5ab50d30e93bc136f7c8e3d913d4c362c42347e
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>