This commit is contained in:
lin fan
2024-11-21 14:56:06 +08:00
parent 6329032278
commit d6e7cdca85
+1 -1
View File
@@ -492,7 +492,7 @@ class User extends Wxapp
$o_where['status'] = 1;
$bizs = $this->biz_model->get_by_id_arr($biz_id_arr, $o_where, $fileds);
} else {
!$province_id && $province_id = '430000';
!$province_id && $province_id = '350000';
$province_id && $o_where = ['province_id' => $province_id];
$city_id && $o_where = ['city_id' => $city_id];
$o_where['status'] = 1;