xiaoyong931011
2023-06-06 34e13f1dcb99627ff768f5cc37d3e6c7fb692fce
twoCoin项目修改
1 files modified
2 ■■■ changed files
src/main/resources/mapper/dapp/DappMemberDao.xml 2 ●●● patch | view | raw | blame | history
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">