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