|
|
@ -1260,8 +1260,9 @@ class UserController extends BaseController
|
|
|
|
|
|
|
|
|
|
|
|
$log['remarks'] = json_encode($data);
|
|
|
|
$log['remarks'] = json_encode($data);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
$log['remarks'] = json_encode($res);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$log['remarks'] = json_encode($res);
|
|
|
|
|
|
|
|
log_action($log);
|
|
|
|
log_action($log);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|