|
|
@@ -6,7 +6,7 @@ trait RollerHandligHelper
|
|
|
{
|
|
|
public function getAllScooterDataByCode($code)
|
|
|
{
|
|
|
- $deviceTypes = ['5' => 'Seev Citycoco', '6' => 'WIZTEM'];
|
|
|
+ $deviceTypes = ['6' => 'Seev Citycoco', '7' => 'WIZTEM', '8' => 'MONSTERROLLER', '9' => 'NEOS'];
|
|
|
$rentableStatuses = [110, 115];
|
|
|
$sql = "SELECT
|
|
|
i.rowid, i.entity, i.ref, i.fk_warehouse, i.status, i.title
|