|
@@ -9,7 +9,6 @@ class Manage
|
|
{
|
|
{
|
|
$area = Dever::param('area', $param);
|
|
$area = Dever::param('area', $param);
|
|
if ($area) {
|
|
if ($area) {
|
|
- $temp = explode(',', $area);
|
|
|
|
$update['where_id'] = $id;
|
|
$update['where_id'] = $id;
|
|
$update['province'] = $temp[0];
|
|
$update['province'] = $temp[0];
|
|
$update['city'] = $temp[1];
|
|
$update['city'] = $temp[1];
|