...
|
...
|
@@ -477,7 +477,7 @@ class ActivityController extends AdminBaseController |
|
|
$this->error('参数错误!');
|
|
|
}
|
|
|
$update['status']='1';
|
|
|
// $result=\db('join')->where($map)->update($update);
|
|
|
$result=\db('join')->where($map)->update($update);
|
|
|
$result=1;
|
|
|
if ($result>0){
|
|
|
$join=\db('join')->where($map)->find();
|
...
|
...
|
|