修改导出产品、报名城市默认值、导出线索

This commit is contained in:
lcc
2025-11-05 22:58:24 +08:00
parent 76f8099e2f
commit cd5034f2ce
3 changed files with 6 additions and 4 deletions
@@ -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]);
}