Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sentinel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sentinel
Commits
69c815fc
Commit
69c815fc
authored
Dec 17, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
eecec0d1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
FilmServiceImpl.java
...java/com/egolm/film/api/service/impl/FilmServiceImpl.java
+2
-3
No files found.
src/main/java/com/egolm/film/api/service/impl/FilmServiceImpl.java
View file @
69c815fc
...
@@ -436,10 +436,9 @@ public class FilmServiceImpl implements FilmService {
...
@@ -436,10 +436,9 @@ public class FilmServiceImpl implements FilmService {
+
"r.state r_state, "
+
"r.state r_state, "
+
"group_concat(fp.playactor_name) director_name "
+
"group_concat(fp.playactor_name) director_name "
+
"from "
+
"from "
+
"fc_member_film mf
, fc_review r
, fc_member_film_playactor fp "
+
"fc_member_film mf
left join fc_review r on r.film_id = mf.id
, fc_member_film_playactor fp "
+
"where "
+
"where "
+
"mf.id = r.film_id "
+
"mf.id = fp.film_id "
+
"and mf.id = fp.film_id "
+
"and fp.playactor_type = 'director' "
+
"and fp.playactor_type = 'director' "
+
StringUtil
.
join
(
" and "
,
" and "
,
" "
,
" "
,
where
.
getStringList
())
+
StringUtil
.
join
(
" and "
,
" and "
,
" "
,
" "
,
where
.
getStringList
())
+
"group by "
+
"group by "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment