|
@@ -31,7 +31,7 @@ class refill_exceptionModel extends Model
|
|
|
public function setHandled($exc_id, $update)
|
|
|
{
|
|
|
$update['except_state'] = 1;
|
|
|
- return $this->where(['except_id' => $exc_id])->update($update);
|
|
|
+ return $this->table('refill_exception')->where(['except_id' => $exc_id])->update($update);
|
|
|
}
|
|
|
|
|
|
public function add_except($datas)
|