维护用户销售统计——筛选

This commit is contained in:
wanyongkang
2020-11-25 16:53:29 +08:00
parent cb766e0cb5
commit 217209eb04

View File

@@ -73,6 +73,9 @@ foreach ($user_now_cost_list as $cost) {
//已完成
$cost_user_id_list[] = $cost['UserId'];
}
} else {
//已完成
$cost_user_id_list[] = $cost['UserId'];
}
}