a.in_task_order_id, a.organization_id, a.organization_name, a.top_organization_id, a.serial_number, a.type, a.task_number, a.warehouse_id, a.warehouse_code,
a.warehouse_name, a.shipper_id, a.shipper_name, a.in_order_number, a.receipt_order_number, a.shelf_order_number, a.actual_quantity, a.operators_by,
a.operators_name, a.operators_end_time, a.remark, a.create_time, a.create_by,
a.create_by_name, a.update_time, a.update_by, a.update_by_name, a.del_flag
and a.organization_id = #{organizationId}
and a.organization_name like concat('%', #{organizationName}, '%')
and a.top_organization_id = #{topOrganizationId}
and a.warehouse_id = #{warehouseId}
and a.warehouse_code = #{warehouseCode}
and a.warehouse_name like concat('%', #{warehouseName}, '%')
and a.serial_number = #{serialNumber}
and a.type = #{type}
and a.task_number = #{taskNumber}
and a.actual_quantity = #{actualQuantity}
and a.operators_by = #{operatorsBy}
and a.operators_name like concat('%', #{operatorsName}, '%')
and a.operators_end_time = #{operatorsEndTime}
and a.create_by_name like concat('%', #{createByName}, '%')
and a.update_by_name like concat('%', #{updateByName}, '%')
and a.del_flag = #{delFlag} and a.del_flag = 1