dingxin 6 年 前
コミット
75febceddd
共有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;