更新用户地址
This commit is contained in:
parent
c4c85357b1
commit
b7c76e59f3
@ -76,8 +76,7 @@ class CityAreaDao extends BaseDao
|
|||||||
}
|
}
|
||||||
if (!empty($where['province_code'])) {
|
if (!empty($where['province_code'])) {
|
||||||
return GeoCity::getDB()->where('province_code', $where['province_code']);
|
return GeoCity::getDB()->where('province_code', $where['province_code']);
|
||||||
}
|
} else {
|
||||||
if (empty($where['province_code'])) {
|
|
||||||
return GeoProvince::getDB();
|
return GeoProvince::getDB();
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user