Commit a46da4a8 authored by Quxl's avatar Quxl

x

parent 0f94c0c5
......@@ -620,7 +620,8 @@ public class FilmServiceImpl implements FilmService {
+ "fc_member_film f, "
+ "fc_member_film f2 "
+ "where "
+ "(f.apply_state = 2 or f.apply_state = 3) "
+ "(f.apply_state = 2) "
// + "(f.apply_state = 2 or f.apply_state = 3) "
+ "and (f.en_name = f2.en_name or f.cn_name = f2.cn_name) "
+ "and f2.id = ? "
+ "and f.id != ?";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment