| | |
| | | <if test="floorId !=null and floorId != ''"> |
| | | and f.floor_id= #{floorId} |
| | | </if> |
| | | <if test="floorNum !=null and floorNum != ''"> |
| | | and f.`floor_num`= #{floorNum} |
| | | </if> |
| | | <if test="unitNum !=null and unitNum != ''"> |
| | | and bu.unit_num= #{unitNum} |
| | | </if> |
| | | <if test="floorIds !=null "> |
| | | and f.floor_id in |
| | | <foreach collection="floorIds" item="item" index="index" open="(" close=")" separator=","> |
| | |
| | | <if test="floorId !=null and floorId != ''"> |
| | | and f.floor_id= #{floorId} |
| | | </if> |
| | | <if test="floorNum !=null and floorNum != ''"> |
| | | and f.`floor_num`= #{floorNum} |
| | | </if> |
| | | <if test="unitNum !=null and unitNum != ''"> |
| | | and u.unit_num= #{unitNum} |
| | | </if> |
| | | <if test="floorIds !=null "> |
| | | and f.floor_id in |
| | | <foreach collection="floorIds" item="item" index="index" open="(" close=")" separator=","> |