|
|
@@ -531,14 +531,14 @@ class WithdrawalController extends BaseController
|
|
|
$getUserTab = StoredProcedure::getUserTab($UserID);
|
|
|
$TabType = $getUserTab[0]->TabType ?? '';
|
|
|
|
|
|
- if (!empty($getUserTab) && $TabType == 1) {
|
|
|
-
|
|
|
- $Type12 = $getUserTab[0]->Type12 ?? 0;
|
|
|
-
|
|
|
- $userTab = DB::connection('read')->table('QPAccountsDB.dbo.AccountsTabExplain as el')
|
|
|
- ->where('TabID', $Type12)
|
|
|
- ->first()->TypeName;
|
|
|
- }
|
|
|
+// if (!empty($getUserTab) && $TabType == 1) {
|
|
|
+//
|
|
|
+// $Type12 = $getUserTab[0]->Type12 ?? 0;
|
|
|
+//
|
|
|
+// $userTab = DB::connection('read')->table('QPAccountsDB.dbo.AccountsTabExplain as el')
|
|
|
+// ->where('TabID', $Type12)
|
|
|
+// ->first()->TypeName;
|
|
|
+// }
|
|
|
|
|
|
return view('admin.Withdrawal.risk_assessment', [
|
|
|
'info' => $info,
|