JiaBin Chen

Results 5 issues of JiaBin Chen

![u4g_d9gtec 0gxj33_fv rr](https://user-images.githubusercontent.com/16550948/50073936-43687a00-0215-11e9-82a0-062adeb6f41d.png)

用时间做为判断条件的话 $time = date('Y-m-d H:i:s', time() ); // 2016-12-02 15:04:53 D('Works')->where( array('created_at'=> array( 'elt', $time) ) )->save(array('status'=>-1)); string(19) "2016-12-02 15:04:53" UPDATE `yy_works` SET `status`='-1' WHERE `created_at`

[2022-06-02 11:36:07] local.ERROR: Uncaught Symfony\Component\Finder\Exception\DirectoryNotFoundException: The "" directory does not exist. in .../vendor/symfony/finder/Finder.php:590 Stack trace: #0 /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(549): Symfony\Component\Finder\Finder->in() #1 Command line code(1): Illuminate\Filesystem\Filesystem->files() #2 Command line code(1): getViews() #3 {main}...