|
@@ -200,7 +200,7 @@ class My extends Core
|
|
|
|
|
|
|
|
|
$this->user['sign'] = $update['sign'];
|
|
|
- Dever::load('option/lib/agreement')->up($this->user, $ids, $total);
|
|
|
+ $agreement_id = Dever::load('option/lib/agreement')->up($this->user, $ids, $total);
|
|
|
|
|
|
return $this->user;
|
|
|
}
|