소스 검색

Merge branch '2.0.0' of http://git.ycjcjy.com/fuxingfan/smartCommunity into 2.0.0

魏熙美 6 년 전
부모
커밋
974b66863e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TpHotelServiceimpl.java

+ 1
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TpHotelServiceimpl.java 파일 보기

@@ -70,6 +70,7 @@ public class TpHotelServiceimpl implements TpHotelServicel {
70 70
             img = tpHotelImgMapper.selectHotelImg(tpHotel.getId(), userElement.getCommunityId(),1).get(0);
71 71
             tpHotel.setImg(img);
72 72
             response.addSuccess(tpHotel);
73
+            return response;
73 74
         }
74 75
         response.addSuccess(null);
75 76
         return response;