Commit cb0e2c80 authored by jianghaiming's avatar jianghaiming

Merge branch 'marketing_20210824' into test

parents 720c6bf8 124fca5d
...@@ -193,9 +193,6 @@ class DistributorService ...@@ -193,9 +193,6 @@ class DistributorService
} }
$jwUserId = ''; $jwUserId = '';
// if (empty($distributorCode)) {
// throw new DistributorException(['cus'=>9]);
// }
$info = Distributor::getRecord(['user_id' => $shareUserId]); $info = Distributor::getRecord(['user_id' => $shareUserId]);
if (empty($info)) { if (empty($info)) {
......
...@@ -93,7 +93,7 @@ class MarketingService ...@@ -93,7 +93,7 @@ class MarketingService
$where = [ $where = [
'online_status' => 1, 'online_status' => 1,
'rule_refund' => 2, //'rule_refund' => 2,
"expiration_time[>]" => date("Y-m-d"), "expiration_time[>]" => date("Y-m-d"),
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment