xiaoyong931011
2022-09-22 190a3c789ff38c990c5c57e18e0943a10dace39d
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>