aa
This commit is contained in:
@@ -1998,7 +1998,7 @@ function getOrderByIdInternet($idInternet)
|
||||
{
|
||||
|
||||
try {
|
||||
$ordergm = AppOrder::where('IdInternet', $idInternet)->first();
|
||||
$ordergm = Orderdetail::where('IdInternet', $idInternet)->first();
|
||||
|
||||
return $ordergm;
|
||||
} catch (\Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user