Skip to content

Commit

Permalink
Merge pull request openMF#1493 from pramodn02/develop
Browse files Browse the repository at this point in the history
MIFOSX-2199 : column name corrected in the query
  • Loading branch information
vishwasbabu committed Sep 9, 2015
2 parents dbfbe7d + d52809f commit dedae5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private static final class CenterCalendarDataMapper implements RowMapper<CenterD

public CenterCalendarDataMapper() {

schemaSql = " select g.id as id, g.accountNo as accountNo, g.display_name as name, g.office_id as officeId, g.staff_id as staffId, s.display_name as staffName, g.external_id as externalId, "
schemaSql = " select g.id as id, g.account_no as accountNo, g.display_name as name, g.office_id as officeId, g.staff_id as staffId, s.display_name as staffName, g.external_id as externalId, "
+ " g.status_enum as statusEnum, g.activation_date as activationDate, g.hierarchy as hierarchy, "
+ " c.id as calendarId, ci.id as calendarInstanceId, ci.entity_id as entityId, "
+ " ci.entity_type_enum as entityTypeId, c.title as title, c.description as description, "
Expand Down

0 comments on commit dedae5d

Please sign in to comment.