dever hace 3 años
padre
commit
23b0083de4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
                 }