Ver código fonte

Add files via upload

station_14109
altobaltobaltob GitHub 7 anos atrás
pai
commit
569b7dde09
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      models/reports/Erpapidb_model.php

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

@@ -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();


Carregando…
Cancelar
Salvar