dingxin 6 年之前
父節點
當前提交
9cf2399c4c
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      CODE/smart-community/property-api/src/main/resources/mapper/HotelRoomMapper.xml

+ 1
- 0
CODE/smart-community/property-api/src/main/resources/mapper/HotelRoomMapper.xml 查看文件

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