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>