fixed the get api of activity
This commit is contained in:
@@ -1808,12 +1808,6 @@ export class HostService {
|
||||
ActivityPickUpDetails: {
|
||||
where: {
|
||||
isActive: true,
|
||||
activityPickUpTransport: {
|
||||
isActive: true,
|
||||
transportMode: {
|
||||
isActive: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
@@ -1823,21 +1817,21 @@ export class HostService {
|
||||
locationLong: true,
|
||||
transportTotalPrice: true,
|
||||
transportBasePrice: true,
|
||||
|
||||
activityPickUpTransport: {
|
||||
},
|
||||
},
|
||||
activityPickUpTransports: {
|
||||
where: {
|
||||
isActive: true
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
isTransportModeChargeable: true,
|
||||
|
||||
transportModeXid: true,
|
||||
transportMode: {
|
||||
select: {
|
||||
transportModeName: true,
|
||||
transportModeIcon: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
transportModeIcon: true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
foodAvailable: true,
|
||||
foodIsChargeable: true,
|
||||
|
||||
Reference in New Issue
Block a user