zoujiajian преди 1 година
родител
ревизия
fe1c03dd07
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      netflix-dao/src/main/resources/mapper/AccountMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/AccountMapper.xml

@@ -196,6 +196,6 @@
           and (select count(1)
                from netflix_temp_account_user ntu
                         inner join groups_relation gr on gr.id = ntu.relation_id and ntu.user_id = gr.user_id
-            wjere ntu.account_id = a.id) < 20
+            where ntu.account_id = a.id) < 20
     </select>
 </mapper>