zoujiajian 1 年之前
父节点
当前提交
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