|
|
@@ -391,6 +391,7 @@ class Entrust extends Backend
|
|
|
$log['userid'] = Session::get('admin')['id'];
|
|
|
$log['username'] = Session::get('admin')['username'];
|
|
|
$log['operate'] = '提交委托单id值为'.$id.'到检测';
|
|
|
+ $log['content'] = '选用检测标准为:"'.$entrust_update['standard_name'].'",检测数据为:'.$gather_tab.'/'.$gather['id'];
|
|
|
$log['e_id'] = $id;
|
|
|
$log['create'] = date('Y-m-d H:i:s');
|
|
|
$result = true;
|