shish 3 years ago
parent
commit
cacbbf9f08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/StatController.php

+ 1 - 1
app-ghs/controllers/StatController.php

@@ -52,7 +52,7 @@ class StatController extends BaseController
             foreach ($list as $order) {
                 $addTime = $order['addTime'];
                 $time = date("Ym", strtotime($addTime));
-                $date = date("Y年j月", strtotime($addTime));
+                $date = date("Y年n月", strtotime($addTime));
                 $bigNum = $order['bigNum'];
                 $cost = $order['cost'];
                 if (isset($arr[$time])) {