Commit fb163ce7 authored by Quxl's avatar Quxl

x

parent 23c65673
...@@ -32,6 +32,7 @@ public class VoteServiceImpl implements VoteService { ...@@ -32,6 +32,7 @@ public class VoteServiceImpl implements VoteService {
review.setPush_time(now); review.setPush_time(now);
review.setAllot_state(0); review.setAllot_state(0);
review.setDispute_state(0); review.setDispute_state(0);
review.setReview_state(null);
review.setCreate_time(now); review.setCreate_time(now);
jdbcTemplate.save(review); jdbcTemplate.save(review);
} }
......
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