src/main/java/org/springblade/modules/place/mapper/PlaceExtMapper.xml
@@ -99,12 +99,6 @@ <if test="placeExt.startTime != null and placeExt.startTime != '' and placeExt.endTime != null and placeExt.endTime != '' "> AND jpe.create_time BETWEEN #{placeExt.startTime} and #{placeExt.endTime} </if> <if test="houseCodeList != null and houseCodeList.size()>0"> and jp.house_code in <foreach collection="houseCodeList" item="houseCode" separator="," open="(" close=")"> #{houseCode} </foreach> </if> order by jpe.create_time desc,jpe.id desc </select>