浏览代码

签署协议

whitefang 1 年之前
父节点
当前提交
9ce80a1b6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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";
         }
     }