dever 3 lat temu
rodzic
commit
d380c6bd8b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      service/option/src/My.php

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

@@ -80,7 +80,7 @@ class My extends Core
                 $total += $v['daijiaofu'];
                 $total += $v['daijiaofu'];
             }
             }
         }
         }
-        $audit['date'] = date('Y.m.d H:i', $v['daijiaofu_date']);
+        $audit['date'] = date('Y.m.d H:i', $date);
         $total = number_format($total, 2, '.', '');
         $total = number_format($total, 2, '.', '');
 
 
         $this->data['audit'] = $audit;
         $this->data['audit'] = $audit;