Advertisement
JoanMarcos

Untitled

Jun 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1.  public function TestejaxEmpresaModuloConsulta($EmpresaID = null)//Segunda Consulta Para conparar
  2.     {
  3.         $b = DB::table('empresa_modulo')
  4.         ->select('empresa_modulo.Modulo_ID')
  5.         ->where('empresa_modulo.Empresa_ID' ,'=',$EmpresaID)
  6.         ->get();
  7.        
  8.         return response()->json($b);
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement