admin_clues_721_4
This commit is contained in:
@@ -82,6 +82,9 @@ class Clues extends HD_Controller{
|
||||
}
|
||||
$statusList = $logsList = $intention = array();
|
||||
$re = $this->clues_model->get(array('id' => $id));
|
||||
if (!$re || empty($re)) {
|
||||
return $this->show_json(SYS_CODE_FAIL, '线索不存在!');
|
||||
}
|
||||
$dataInfo = $re;
|
||||
foreach ($this->clues_model->get_status() as $key => $value) {
|
||||
$statusList[] = array("id" => $key, "name" => $value);
|
||||
|
||||
Reference in New Issue
Block a user