作者 lyh

gx

... ... @@ -118,7 +118,8 @@ class LoginController extends BaseController
}
public function ceshi(){
$list = DB::table('gl_image')->where('path','like','%/m/image_other/2023-08/%')->get()->toArray();
$imageModel = new Image();
$list = $imageModel->list(['path'=>['like','%/m/image_other/2023-08/%']]);
foreach ($list as $k => $v){
$data = [
'path'=>'/public/template/'.basename($v['path']),
... ...