zoujiajian hace 1 año
padre
commit
fe1c03dd07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>