xiaoyong931011
2020-11-30 a681544d9109ab0f9c7b79803ca66234b47c64c5
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>