first(); if (!$model) { $model = new self(); $model->uniacid = \YunShop::app()->uniacid; $model->goods_id = $goodsId; } $model->contact_tel = $data['contact_tel']; $model->save(); if ($operate == 'deleted') { return $model->delete(); } return true; } }