增加后台发送优惠券

This commit is contained in:
lccsw
2025-12-05 14:59:24 +08:00
parent ead67fbe06
commit b9808ffb30
4 changed files with 91 additions and 14 deletions
@@ -90,7 +90,7 @@ class AutoUserCouponEntity
$where = [
'app_id' => Receiver_clues_model::APP_ID_ACTIVITY,
'cf_uid' => $this->userId,
'out_id' => $this->productId
// 'out_id' => $this->productId
];
$clueRow = $this->ci->receiver_clues_model->get($where);
$where = [