fix
Helius
2022-09-22 5a8bb0c1dde052c6c95d545f53ae27d42338529d
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>