admin_clues_721_4

This commit is contained in:
dengbw
2021-07-21 16:00:34 +08:00
committed by lccsw
parent 45af7b6c38
commit 3e35517d7d
+3
View File
@@ -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);