Commit 9066ead9 authored by hujun's avatar hujun

编辑商铺后上架

parent a562a2b8
......@@ -564,6 +564,7 @@ class GHouses extends BaseModel
$house_id = $this->id;
} else {
$params['operation_id'] = $params['userId'];
$params['status'] = 2;
$this->allowField(true)->isUpdate(true)->save($params, [ 'id' => $params['id'] ]);
$house_id = $this->id;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment