|
@@ -160,7 +160,7 @@ public class bookCommentAction extends BaseController implements ServletRequestA
|
|
|
ResUtil.writeJson(ServletActionContext.getResponse(), resultJson.toString());
|
|
ResUtil.writeJson(ServletActionContext.getResponse(), resultJson.toString());
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|
|
|
- bookingComment.setCommentName("商家");//商家回复
|
|
|
|
|
|
|
+ bookingComment.setCreateUsername("商家");//商家回复
|
|
|
int m = bookingCommentService.insterCommpent(bookingComment);
|
|
int m = bookingCommentService.insterCommpent(bookingComment);
|
|
|
if (m > 0){
|
|
if (m > 0){
|
|
|
resultJson.put("message", "回复成功");
|
|
resultJson.put("message", "回复成功");
|