dingxin 6 yıl önce
ebeveyn
işleme
9cf2399c4c

+ 1
- 0
CODE/smart-community/property-api/src/main/resources/mapper/HotelRoomMapper.xml Dosyayı Görüntüle

@@ -22,6 +22,7 @@
22 22
                 AND date_format(create_date, '%Y-%m-%d') <![CDATA[>= ]]> date_format(#{beginTime}, '%Y-%m-%d')
23 23
                 AND date_format(create_date, '%Y-%m-%d')<![CDATA[<= ]]> date_format(#{endTime}, '%Y-%m-%d')
24 24
             </if>
25
+            and community_id = #{communityId}
25 26
         </where>
26 27
         order by sort desc,update_date desc
27 28
     </select>