zoujiajian 1 yıl önce
ebeveyn
işleme
a2cdbb8c2e

+ 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