|
|
@@ -556,11 +556,13 @@ public class AppBookingCommentAction extends ActionSupport implements ServletReq
|
|
|
|
|
|
|
|
|
IPage ipage=bookingCommentService.personageComment(status, usersId, page, rows);
|
|
|
+ PersonageCommentCountVo vo=bookingCommentService.personageCommentCount(usersId);
|
|
|
|
|
|
jsonObject.put("code", 200);
|
|
|
jsonObject.put("message", "成功");
|
|
|
jsonObject.put("success", true);
|
|
|
jsonObject.put("page", ipage);
|
|
|
+ jsonObject.put("data", vo);
|
|
|
ResponseUtil.writeJson(ServletActionContext.getResponse(), jsonObject.toString());
|
|
|
|
|
|
return null;
|