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