15313670163 4 ヶ月 前
コミット
9f13de0e57
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/JsonRpc/OrderService.php

+ 1 - 1
app/JsonRpc/OrderService.php

@@ -583,7 +583,7 @@ class OrderService implements OrderServiceInterface
             'order_id' => $orderid,
             'orderad_id' => $orderad_id,
             'name' => $data['name'],
-            '$ordernum' => $ordernum,
+            'ordernum' => $ordernum,
         ];
         return Result::success($result);
     }