Upsteam sync

This commit is contained in:
Senad Uka
2018-05-07 16:39:23 +02:00
committed by GotPPay
parent cbbbdc601b
commit 1ed02e2e73
7 changed files with 11 additions and 3 deletions

View File

@@ -80,7 +80,9 @@ func (c *notificationRepo) getQuery() string {
INNER JOIN tab_login e
ON c.user_id = e.user_id
INNER JOIN tab_login f
ON d.user_id = f.user_id`
ON d.user_id = f.user_id
INNER JOIN tab_ride g
ON g.ride_id = a.ride_id `
}
func (c *notificationRepo) GetLastNotificationFromPhoneNumber(notificationType string, phoneNumber string, status string) (entity.Notification, error) {