xiaoyong931011
2023-06-08 c28ec8b80eec2c4ccc5a8e7c8ef144e9fe3f05dd
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -23,6 +23,9 @@
            <if test="record.accountStatus != null">
                and a.account_status = #{record.accountStatus}
            </if>
            <if test="record.accountType != null and record.accountType != ''">
                and a.account_type = #{record.accountType}
            </if>
            <if test="record.changeAble != null">
                and a.change_able = #{record.changeAble}
            </if>