zxhxx 3 年之前
父節點
當前提交
367660260a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/models/store/StoreGp.php

+ 1 - 0
app/models/store/StoreGp.php

@@ -16,6 +16,7 @@ class StoreGp extends BaseModel
      */
     public static function createGp($order)
     {
+        @file_put_contents("job.txt",json_encode($order));
         try {
             $no = intval(self::value('max(no)') ?: 0) + 1;
             $rs = self::getpath($no);