|
@@ -117,7 +117,10 @@ class Rescue extends Api
|
|
|
],$request
|
|
],$request
|
|
|
);
|
|
);
|
|
|
$where['processtime'] = time();
|
|
$where['processtime'] = time();
|
|
|
- SosBill::where('id',input('id',0))->update($where);
|
|
|
|
|
|
|
+ $where1 = $where;
|
|
|
|
|
+ unset($where1['from']);
|
|
|
|
|
+ unset($where1['re_url']);
|
|
|
|
|
+ SosBill::where('id',input('id',0))->update($where1);
|
|
|
$info = SosBill::find(input('id',0));
|
|
$info = SosBill::find(input('id',0));
|
|
|
switch (intval($where['status']))
|
|
switch (intval($where['status']))
|
|
|
{
|
|
{
|