修改导出产品、报名城市默认值、导出线索
This commit is contained in:
@@ -48,6 +48,7 @@ class Auto_user_coupon_model extends HD_Model
|
||||
throw new Exception('优惠券不存在');
|
||||
}
|
||||
$areaRow = [];
|
||||
!$cityId && $cityId = 350200;
|
||||
if ($cityId) {
|
||||
$areaRow = $this->area_model->get(['city_id' => $cityId]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user