dever 3 years ago
parent
commit
0ac293df66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/src/My.php

@@ -731,7 +731,7 @@ class My extends Core
 
 
         if ($this->data['list']) {
         if ($this->data['list']) {
             foreach ($this->data['list'] as $k => $v) {
             foreach ($this->data['list'] as $k => $v) {
-                $this->data['list'][$k]['month_string'] = date('Y年月', $v['month']);
+                $this->data['list'][$k]['month_string'] = date('Y年m月', $v['month']);
             }
             }
         }
         }