diff --git a/Application/Admin/Controller/BusinessAffairsAwardController.class.php b/Application/Admin/Controller/BusinessAffairsAwardController.class.php index 4fc9a1804..1b749cc05 100644 --- a/Application/Admin/Controller/BusinessAffairsAwardController.class.php +++ b/Application/Admin/Controller/BusinessAffairsAwardController.class.php @@ -30,7 +30,7 @@ class BusinessAffairsAwardController extends ThinkController foreach ($data as $key => $value) { - if(!$value['end_amount'] == '0') { + if($value['end_amount'] == '0') { $data[$key]['end_amount'] = '永久'; }