xiaoyong931011
2023-01-06 ab7011843a363454f6c144b4a7a5113205cafae1
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>