Commit ef3497e2 authored by Quxl's avatar Quxl

x

parent 5feeea7d
......@@ -195,7 +195,7 @@ public class FilmReportServiceImpl implements FilmReportService {
+ "fc_user u, "
+ "fc_review_record rr "
+ "where "
+ "rr.user_id = u.uid " + StringUtil.join(" and ", " and ", "", "", where.getStringList())
+ "rr.user_id = u.uid " + StringUtil.join(" and ", " and ", "", "", where.getStringList()) + " "
+ "group by "
+ "u.uid, "
+ "u.username, "
......
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