Commit 5c70db50 authored by hujun's avatar hujun

修改商铺图片数据转移

parent 7d64458d
......@@ -181,6 +181,8 @@ class TransferHouseInfo extends Controller
case 6 :
$house_img_save['img_type'] = 4;break;
}
if (!empty($house_img_save['img_type'])) {
$house_img_save['img_type'] = $house_img_data['imgtype'];
$house_img_save['house_id'] = $house_img_data['house_id'];
$house_img_save['img_name'] = $house_img_data['imagename'];
......@@ -190,6 +192,7 @@ class TransferHouseInfo extends Controller
Db::table('g_houses_imgs')->insert($house_img_save);
}
}
}
return ;
}
}
\ No newline at end of file
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