xiaoyong931011
2021-12-14 f0ba2e940507b6797338c05a900ef4ac3d952387
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>