|
|
@@ -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
|