Ken пре 4 дана
родитељ
комит
63d851ba56
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Services/BackflowService.php

+ 1 - 1
app/Services/BackflowService.php

@@ -32,7 +32,7 @@ class BackflowService extends BaseService
         if (!$backflow) throw new Exception('数据不存在', HttpStatus::CUSTOM_ERROR);
         if (!$backflow) throw new Exception('数据不存在', HttpStatus::CUSTOM_ERROR);
         $date = Carbon::now('Asia/Shanghai')->format('Y-m');
         $date = Carbon::now('Asia/Shanghai')->format('Y-m');
         if (strtotime($backflow->date) >= strtotime($date)) {
         if (strtotime($backflow->date) >= strtotime($date)) {
-            throw new Exception('未到发放时间', HttpStatus::CUSTOM_ERROR);
+//            throw new Exception('未到发放时间', HttpStatus::CUSTOM_ERROR);
         }
         }
 
 
         //回水门槛金额
         //回水门槛金额