|
|
@@ -339,7 +339,7 @@ public class BookingCommentImplDao implements BookingCommentDao {
|
|
|
public CommentDetailsVo commentDetails(String bookingCommentId) {
|
|
|
String sql = "SELECT\n" +
|
|
|
"\tbc.id AS id,\n" +
|
|
|
- "\tbc.create_username AS userName,\n" +
|
|
|
+ "\tu.user_name AS userName,\n" +
|
|
|
"\tu.head_photo AS headPhoto,\n" +
|
|
|
"\tbc.score AS score,\n" +
|
|
|
"\tb.live_time AS liveTime,\n" +
|