소스 검색

no commit message

齐博 1 년 전
부모
커밋
25aa8aab15
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common/model/Config.php

+ 1 - 1
application/common/model/Config.php

@@ -110,7 +110,7 @@ class Config extends Model
                         break;
                         // 日期时间
                     case 'date':
-                    case 'time':
+                    //case 'time':
                     case 'datetime':
                         $data[$name] = strtotime($data[$name]);
                         break;