xiaoyong931011
2023-07-18 8544aaaa58deeae1df8d5843e29ddf37e56d93de
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -23,7 +23,7 @@
            <if test="record.accountStatus != null">
                and a.account_status = #{record.accountStatus}
            </if>
            <if test="record.accountType != null">
            <if test="record.accountType != null and record.accountType != ''">
                and a.account_type = #{record.accountType}
            </if>
            <if test="record.changeAble != null">