dever 3 years ago
parent
commit
23b0083de4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/option/lib/Cash.php

+ 1 - 1
service/option/lib/Cash.php

@@ -113,7 +113,7 @@ class Cash
                             $update['fafang'] = 0;
                         }
                     } else {
-                        $udpate['daijiaofu_date'] = time();
+                        $update['daijiaofu_date'] = time();
                     }
                     Dever::db('option/cash')->$method($update);
                 }