kevin_zhangl 3 년 전
부모
커밋
dd632d0b13
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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;
     }