select sowing_wall_id, organization_id, organization_name, top_organization_id, sowing_wall_code, layer_num, column_number, opening_up, nullify, sowing_wall_desc, remark, create_time, create_by, create_by_name, update_time, update_by, update_by_name, del_flag from sowing_wall
and organization_id = #{organizationId}
and organization_name like concat('%', #{organizationName}, '%')
and top_organization_id = #{topOrganizationId}
and sowing_wall_code = #{sowingWallCode}
and layer_num = #{layerNum}
and column_number = #{columnNumber}
and opening_up = #{openingUp}
and sowing_wall_desc = #{sowingWallDesc}
and create_by_name like concat('%', #{createByName}, '%')
and update_by_name like concat('%', #{updateByName}, '%')
and del_flag = #{delFlag} and del_flag = 1