Commit 23c65673 authored by Quxl's avatar Quxl

c

parent 382a0b64
...@@ -42,9 +42,12 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -42,9 +42,12 @@ public class ReviewServiceImpl implements ReviewService {
+ "r.id review_id, " + "r.id review_id, "
+ "r.enroll_type_id, " + "r.enroll_type_id, "
+ "r.review_round, " + "r.review_round, "
+ "r.create_time push_time, " + "r.allot_state, "
+ "r.dispute_state, "
+ "r.review_state, "
+ "r.push_time, "
+ "rr.view_state, " + "rr.view_state, "
+ "rr.review_state, " + "rr.review_state user_review_state, "
+ "rr.review_score, " + "rr.review_score, "
+ "rr.review_text, " + "rr.review_text, "
+ "rr.review_text_1, " + "rr.review_text_1, "
......
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