lijie 2 years ago
parent
commit
001071163a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      mhotel/src/com/happy/action/bookCommentAction.java

+ 1 - 2
mhotel/src/com/happy/action/bookCommentAction.java

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