dever 3 years ago
parent
commit
230938d052
1 changed files with 3 additions and 1 deletions
  1. 3 1
      service/option/src/My.php

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

@@ -214,7 +214,9 @@ class My extends Core
         $total = 0;
         if ($data) {
             foreach ($data as $k => $v) {
-                $date = $v['daijiaofu_date'];
+                if ($v['daijiaofu_date'] > $date) {
+                    $date = $v['daijiaofu_date'];
+                }
                 $total += $v['daijiaofu'];
             }
         }