소스 검색

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"],