xiaoyong931011
2023-04-07 a2b125560e784bd5edb8f4ae4ebb75ce1ee740af
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>