Ver Fonte

签署协议

whitefang há 1 ano atrás
pai
commit
9ce80a1b6d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/common/command/AddAgreementPdf.php

+ 1 - 1
app/common/command/AddAgreementPdf.php

@@ -70,7 +70,7 @@ class AddAgreementPdf extends Command
             $agreement->save();
         } else {
             // 处理错误
-            Log::write($return_var);
+            echo "Command failed with return code: $return_var";
         }
     }