diff --git a/Application/Admin/Controller/FinancePromoteController.class.php b/Application/Admin/Controller/FinancePromoteController.class.php index 5f98c6d27..c910dc112 100644 --- a/Application/Admin/Controller/FinancePromoteController.class.php +++ b/Application/Admin/Controller/FinancePromoteController.class.php @@ -149,10 +149,10 @@ class FinancePromoteController extends AdminController $insideBelong = 0; foreach ($data as $key => $value) { - if ($value['company_belong']=='外团') { - $outBelong+=$value['allcount']; - } else { + if ($value['company_belong']=='内团') { $insideBelong+=$value['allcount']; + } else { + $outBelong+=$value['allcount']; } }