| | |
| | | <if test="unitNum !=null and unitNum != ''"> |
| | | and t.unit_num= #{unitNum} |
| | | </if> |
| | | <if test="roomUnit == 'Y'"> |
| | | <if test='roomUnit == "Y"'> |
| | | and t.unit_num != '0' |
| | | </if> |
| | | <if test="lift !=null and lift != ''"> |
| | |
| | | <if test="unitNum !=null and unitNum != ''"> |
| | | and t.unit_num= #{unitNum} |
| | | </if> |
| | | <if test="roomUnit == 'Y'"> |
| | | <if test='roomUnit == "Y"'> |
| | | and t.unit_num != '0' |
| | | </if> |
| | | <if test="lift !=null and lift != ''"> |
| | |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |
| | | </if> |
| | | |
| | | |
| | | </select> |
| | | |
| | | </mapper> |