xiaoyong931011
2023-01-06 e4136c803a26c7083525b1655bc516f39a4ec1a3
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -358,6 +358,7 @@
             inner join mall_member b on a.member_id=b.ID
        where 1=1
        and a.status = 4
        and a.comment_state = 2
        <if test="type == 1">
            and b.invite_id=#{inviteId}
        </if>