Helius
2021-09-25 d74032da9b0a6a893a8a03e3fa64d2f0ae2a9f2b
src/main/resources/mapper/modules/MallMemberPaymentMapper.xml
@@ -3,6 +3,6 @@
<mapper namespace="cc.mrbird.febs.mall.mapper.MallMemberPaymentMapper">
    <select id="selectByMemberId" resultType="cc.mrbird.febs.mall.entity.MallMemberPayment">
        select * from mall_member_payment where member_id=#{id}
        select * from mall_member_payment where member_id=#{memberId}
    </select>
</mapper>