Explorar o código

修改信息维护方法

raojiaolong@163.com %!s(int64=3) %!d(string=hai) anos
pai
achega
321c5bce49
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      mhotel/src/com/happy/action/hotelAction.java

+ 1 - 0
mhotel/src/com/happy/action/hotelAction.java

@@ -176,6 +176,7 @@ public class hotelAction extends ActionSupport implements ServletRequestAware {
                 hotel.setHconfig(hotelDictService.setConfig(hotel.getHconfig()));
             }
             BeanUtils.copyProperties(hotel,hotelEto);
+            hotelEto.setHotelTownshipName(adminManager.getHotelTownshipName());
             StringBuilder fileSqlx = new StringBuilder("");
             fileSqlx.append("and link_id = '").append(hotel.getId()).append("'");
             List<FileInfo> fileList = fileService.queryList(fileSqlx.toString());