Sfoglia il codice sorgente

Merge branch 'master' of https://e.coding.net/chuanghaikeji/jinganxiangsu/Homestay_app_houtai

lijie 2 anni fa
parent
commit
e9f04d4d1d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      mhotel/src/com/happy/action/bookCommentAction.java

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

@@ -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", "回复成功");