kevin_zhangl 3 years ago
parent
commit
dd632d0b13
1 changed files with 4 additions and 4 deletions
  1. 4 4
      backendApi/modules/v1/controllers/BonusController.php

+ 4 - 4
backendApi/modules/v1/controllers/BonusController.php

@@ -971,13 +971,13 @@ class BonusController extends BaseController {
             $params[':PERIOD_NUM'] = $periodNum;
         }
 
-        try {
+//        try {
             $listObj = new PeriodBonusList();
             $data = $listObj->getList(['condition'=>$condition, 'params'=>$params, 'others'=>['yearMonth'=>$yearMonth]]);
-        } catch (Exception $e) {
+//        } catch (Exception $e) {
 //            LoggerTool::info([$e->getFile(), $e->getLine(), $e->getMessage()]);
-            return $data;
-        }
+//            return $data;
+//        }
 
         return $data;
     }