修改订单分佣脚本
This commit is contained in:
@@ -76,7 +76,10 @@ class Commission extends HD_Controller
|
||||
try {
|
||||
$page = 1;
|
||||
$size = 20;
|
||||
$where = ['commStatus' => Receiver_order_subsidy_model::COMM_STATUS_WAIT];
|
||||
$where = [
|
||||
'ifcheck' => Receiver_order_subsidy_model::IF_CHECK_YES,
|
||||
'commStatus' => Receiver_order_subsidy_model::COMM_STATUS_WAIT
|
||||
];
|
||||
/** @var ReceiverOrderSubsidyEntity[] $rows */
|
||||
$rows = $this->receiver_order_subsidy_model->select($where, 'id asc', $page, $size, '', 'ReceiverOrderSubsidyEntity');
|
||||
if (!$rows) {
|
||||
|
||||
Reference in New Issue
Block a user