|
|
@@ -698,7 +698,7 @@ public class BookingCommentImplDao implements BookingCommentDao {
|
|
|
"WHERE\n" +
|
|
|
"\tu.id = :usersId \n" +
|
|
|
"\tAND b.order_status = 5 \n" +
|
|
|
- "\tAND b.status_del =1 ORDER BY b.order_start_time DESC LIMIT :start,:rows";
|
|
|
+ "\tAND b.status_del =1 ORDER BY bc.create_date DESC LIMIT :start,:rows";
|
|
|
MapSqlParameterSource sps = new MapSqlParameterSource();
|
|
|
sps.addValue("start", start);
|
|
|
sps.addValue("rows", rows);
|
|
|
@@ -750,7 +750,7 @@ public class BookingCommentImplDao implements BookingCommentDao {
|
|
|
"WHERE\n" +
|
|
|
"\tu.id = :usersId \n" +
|
|
|
"\tAND b.order_status = 5 \n" +
|
|
|
- "\tAND b.status_del =1 ORDER BY b.order_start_time DESC LIMIT :start,:rows";
|
|
|
+ "\tAND b.status_del =1 ORDER BY bc.create_date DESC LIMIT :start,:rows";
|
|
|
MapSqlParameterSource sps = new MapSqlParameterSource();
|
|
|
sps.addValue("start", start);
|
|
|
sps.addValue("rows", rows);
|