Commit 56356a6a authored by hujun's avatar hujun

编辑图片

parent 959d3422
......@@ -75,6 +75,8 @@ class HouseService
//商铺图片
if ($data['id'] == '') {
$house_img->add($data, $house_id); //只记录新增图片
} else {
$house_img->edit($data, $house_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