| | |
| | | <if test="ownerTeamId != null "> and thisTab.owner_team_id = #{ownerTeamId}</if> |
| | | <if test="ownerTeamName != null and ownerTeamName != ''"> and thisTab.owner_team_name like concat('%', #{ownerTeamName}, '%')</if> |
| | | <if test="maxLoadKg != null "> and thisTab.max_load_kg = #{maxLoadKg}</if> |
| | | <if test="compatibleContainerType != null "> and thisTab.compatible_container_type = #{compatibleContainerType}</if> |
| | | <if test="compatibleContainerType != null and compatibleContainerType != ''"> and thisTab.compatible_container_type like concat('%', #{compatibleContainerType}, '%')</if> |
| | | <if test="isInUse != null "> and thisTab.is_in_use = #{isInUse}</if> |
| | | <if test="maintenanceStatus != null "> and thisTab.maintenance_status = #{maintenanceStatus}</if> |
| | | <if test="status != null "> and thisTab.status = #{status}</if> |