dever 3 년 전
부모
커밋
23b0083de4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
                 }