fix
wzy
2022-10-31 3468c100b9ef9747f5202c412a4ecbd4789d8a5d
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -35,6 +35,9 @@
            <if test="record.inviteId != null and record.inviteId != ''">
                and a.invite_id = #{record.inviteId}
            </if>
            <if test="record.username != null and record.username != ''">
                and a.username like CONCAT('%',#{record.username},'%')
            </if>
        </where>
        order by create_time desc
    </select>