Parcourir la source

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

魏熙美 il y a 6 ans
Parent
révision
974b66863e

+ 1
- 0
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TpHotelServiceimpl.java Voir le fichier

@@ -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;