@@ -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);