ko.del_flag = 0 and ko.create_time >= #{orderListParam.startTime,jdbcType=TIMESTAMP} and ko.create_time <= #{orderListParam.endTime,jdbcType=TIMESTAMP} and (ko.`order_no` like concat('%', #{orderListParam.orderNo,jdbcType=VARCHAR}, '%')) and ko.status = #{orderListParam.status} and ko.cy_company_id = #{owCompany} and ko.order_source = #{orderListParam.orderSource} and ko.type_handling = #{orderListParam.typeHandling} and ko.tenant_id = #{orderListParam.tenantId}