ソースを参照

0805-0150-h01

Zory 7 時間 前
コミット
b52a6f4cc8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/functions.php

+ 1 - 1
app/functions.php

@@ -393,7 +393,7 @@ if (!function_exists("pageFormatBills")) {
                 "title"             => $bill["title"],
                 "day"               => $bill["day"],
                 "end_day"           => $bill["end_day"],
-                "order_number"      => $bill["order_number"],
+                "order_num"         => $bill["order_num"],
                 "order_money"       => $bill["order_money"],
                 "store_money"       => $bill["store_money"],
                 "star_fee_total"    => $bill["star_fee_total"],