xiaoyong931011
2022-12-01 d490f967d60ff1c6e9cbc0d4bc1c9ce2b21e9a1f
20221130
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
@@ -172,7 +172,7 @@
        <where>
            referer_id = #{refererId}
            <if test="accountType != null">
                and account_type = @{accountType}
                and account_type = #{accountType}
            </if>
        </where>
    </select>