service 4
This commit is contained in:
@@ -109,7 +109,10 @@ if ($stmt->rowCount() > 0) {
|
||||
if (isset($r['owner'])) $r['owner'] = $encryptionHelper->decryptData($r['owner']);
|
||||
if (isset($r['address'])) $r['address'] = $encryptionHelper->decryptData($r['address']);
|
||||
if (isset($r['vin'])) $r['vin'] = $encryptionHelper->decryptData($r['vin']);
|
||||
if (isset($r['accountBank'])) $r['accountBank'] = $encryptionHelper->decryptData($r['accountBank']);
|
||||
if (isset($r['bankCode'])) $r['bankCode'] = $encryptionHelper->decryptData($r['bankCode']);
|
||||
unset($r['password']);
|
||||
|
||||
}
|
||||
|
||||
jsonSuccess($row);
|
||||
|
||||
Reference in New Issue
Block a user