zoujiajian 1 год назад
Родитель
Сommit
a2cdbb8c2e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      netflix-dao/src/main/resources/mapper/AccountMapper.xml

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

@@ -230,9 +230,9 @@
 
     <select id="selectAc" resultType="com.cyksj.model.entity.Account">
         select *
-        from account
+        from account a
         where goods_id = 1
-          and a.account not like '%yinhe.ac.cn'
+          and account not like '%yinhe.ac.cn'
           and not exists(select 1
                          from account_netflix_state ans
                          where ans.account = a.account