xiaoyong931011
2022-09-23 396f0b6e1a42799eabee1b13aa6a9d7ea3356520
src/main/resources/mapper/modules/MallAddressInfoMapper.xml
@@ -16,4 +16,9 @@
            and id=#{id}
        </if>
    </update>
    <select id="selectAddressInfoByMemberIdAndId" resultType="cc.mrbird.febs.mall.entity.MallAddressInfo">
        select * from mall_address_info
        where member_id=#{memberId} and id=#{id}
    </select>
</mapper>