Explorar el Código

Add files via upload

station_14109
altobaltobaltob GitHub hace 7 años
padre
commit
569b7dde09
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      models/reports/Erpapidb_model.php

+ 2
- 2
models/reports/Erpapidb_model.php Ver fichero

@@ -40,8 +40,8 @@ class Erpapidb_model extends CI_Model {
$this->db3->select('obj_id')
->from('cario')
->where('out_lane',$in_lane)
->where('in_time>=',$start)
->where('in_time<=',$end);
->where('out_time>=',$start)
->where('out_time<=',$end);
$rows = $this->db3->get();
return $rows->result_array();


Cargando…
Cancelar
Guardar