Commit 40a4dadf authored by wanjilong's avatar wanjilong

fix bug

parent 2de47dc9
......@@ -76,7 +76,7 @@ class CallbackController extends Base
$end = date('Y-m-d', $timestamp + 86400);
$where['can_notify_account'] = 1;
$where['notify_account_times[<]'] = 5;
$where['notify_account_times[<]'] = 10;
$where['can_notify_account_time[<>]'] = [$start, $end];
$where['ORDER'] = ['can_notify_account_time'=>'ASC'];
$where['LIMIT'] = [0, 100];
......
......@@ -521,6 +521,7 @@ class PayService
'pay_amount' => $u['amount'],
'pay_type' => 1, //收入
'pay_sub_type' => 105, //团长佣金收入
'remark' => '',
'need_recorded' => 1,
];
......
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