[Timeline] SQL Bugfix for certain MySQL configurations.
这个提交包含在:
父节点
79fccc40f2
当前提交
583ecb7040
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -102,7 +102,7 @@ class Timeline_model extends CI_Model
|
||||||
$sql .= " and col_mode ='" . $mode . "'";
|
$sql .= " and col_mode ='" . $mode . "'";
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql .= " and col_iota <> '' group by col_iota
|
$sql .= " and col_iota <> '' group by col_iota, name, prefix
|
||||||
order by date desc";
|
order by date desc";
|
||||||
|
|
||||||
$query = $this->db->query($sql);
|
$query = $this->db->query($sql);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用