|
|
|
@ -697,7 +697,7 @@ function action_log($action = null, $model = null, $record_id = null, $user_id =
|
|
|
|
|
$data['remark'] = '操作url:' . $_SERVER['REQUEST_URI'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
M('ActionLog')->add($data);
|
|
|
|
|
SM('ActionLog',"sys_")->add($data);
|
|
|
|
|
|
|
|
|
|
if (!empty($action_info['rule'])) {
|
|
|
|
|
//解析行为
|
|
|
|
|