xiaoyong931011
2022-12-01 503b82da73da3b872ac00393cbbf0b74febd73b9
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>