xiaoyong931011
2023-04-07 26a8d4cf5c9b365c09f438c4c166e843542c5ace
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -393,6 +393,9 @@
            <if test="type == 2">
                and store_master = 1
            </if>
            <if test="type == 3">
                and partner = 1
            </if>
        </where>
    </select>