Commit a1e03fe5 authored by 万继龙's avatar 万继龙

Merge branch 'develop' into 'test'

fix bug

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