src/main/resources/mapper/modules/VideoMemberMapper.xml
@@ -11,7 +11,7 @@ </select> <select id="selectInfoByAccountAndPwd" resultType="cc.mrbird.febs.video.entity.VideoMemberEntity"> select * from mall_member where (phone=#{account} or email=#{account}) and password=#{password} select * from video_member where (phone=#{account} or email=#{account}) and password=#{password} </select> </mapper>