Helius
2021-05-14 12b306fbc3622bf8f794ed35521ee8dc3c37882d
modify
1 files modified
1 ■■■■ changed files
src/main/resources/mapper/yunding/YdOrderDao.xml 1 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/yunding/YdOrderDao.xml
@@ -94,5 +94,6 @@
            from yd_order a
        inner join (select * from member a where find_in_set(#{inviteId}, a.referer_ids) or invite_id=#{inviteId}) b on a.member_id=b.id
        inner join yd_product c on c.id = a.product_id
        where a.type=1
    </select>
</mapper>