post('hospital'); if (Login::$info->hospital != 0) { if ($hospital != Login::$info->hospital) { Yo::error_echo(100000, ['机构/医院']); } } $p = ProfitsharingActionLog::where('hospital', $hospital)->where('del', 2)->get(); return Yo::echo([ 'list' => $p ]); } }