维护用户销售统计——脚本
This commit is contained in:
@@ -99,7 +99,7 @@ $user_model->updateOne(['Id' => ['in', $cost_overtime_user_id_list]], ['follow_s
|
||||
$all_last_cost = $product_order_model->getUserCostTime();
|
||||
$user_last_cost_id = [];
|
||||
$all_last_cost_list = [];
|
||||
foreach ($all_last_costas as $info) {
|
||||
foreach ($all_last_cost as $info) {
|
||||
$all_last_cost_list[$info['UserId']] = $info;
|
||||
$user_last_cost_id[] = $info['UserId'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user