shish hace 1 año
padre
commit
f8435bb7e5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      common/components/util.php

+ 0 - 2
common/components/util.php

@@ -280,9 +280,7 @@ class util
         Yii::info("report:".$report);
         Yii::info("report:".$report);
         if ($report == 1) {
         if ($report == 1) {
             throw new \Exception($msg);
             throw new \Exception($msg);
-            return false;
         }
         }
-
         self::encode(['code' => 0, 'msg' => $msg, 'data' => []]);
         self::encode(['code' => 0, 'msg' => $msg, 'data' => []]);
     }
     }