@@ -97,6 +97,7 @@ public class XiaoyuanReservatServiceImpl implements IXiaoyuanReservatService {
if ("4".equals(dataType)){
lqw.apply("visit_remark >= DATE_SUB(NOW(), INTERVAL 30 DAY)");
}
+ lqw.orderByDesc(XiaoyuanReservat::getCreateTime);
return lqw;