|
|
@@ -80,8 +80,7 @@ public class bookCommentAction extends BaseController implements ServletRequestA
|
|
|
s1.append(" and a.comment_status = ").append(status).append(" ");
|
|
|
s2.append(" and a.comment_status = ").append(status).append(" ");
|
|
|
}
|
|
|
- System.out.println(s1.toString());
|
|
|
- System.out.println(s2.toString());
|
|
|
+
|
|
|
IPage<BookingComment> list = bookingCommentService.queryPage(s1.toString(),s2.toString(), page, rows);
|
|
|
if(list != null && !"".equals(list)){
|
|
|
resultJson.put("message", "查询分页成功");
|