Upstream sync

This commit is contained in:
Senad Uka
2018-05-03 07:57:08 +02:00
committed by GotPPay
parent d392672a83
commit aa5f94370e
7 changed files with 3 additions and 11 deletions

View File

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