瀏覽代碼

Revert "更新查詢機查詢邏輯"

This reverts commit 652ec02dcb.
station_test
QxQ 6 年之前
父節點
當前提交
12f5535917
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      models/Qcar_model.php

+ 1
- 1
models/Qcar_model.php 查看文件

@@ -18,7 +18,7 @@ class Qcar_model extends CI_Model
from pks p, pks_group_member m, pks_groups g
where p.pksno = m.pksno
and m.group_id = g.group_id
and g.group_type > 0
and g.group_type = 1
and p.lpr = '{$lpr}'
limit 1";
$rows = $this->db->query($sql)->row_array();


Loading…
取消
儲存