📌  相关文章
📜  如何在 php laravel 中将字符串转换为 int - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:06.555000             🧑  作者: Mango

代码示例2
$id = DB::table('leave_encash_approval')
            ->select('id')
            ->where('company_id',$request->subCompanyId)
            ->where('year',$request->year)
            ->get();