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>