Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 38f37f8

Browse files
authored
Merge pull request #253 from appirio-tech/dev
Update ProjectDAOBean.java
2 parents 024567a + 1acf202 commit 38f37f8

File tree

1 file changed

+1
-1
lines changed
  • services/client_project_entities_dao/src/java/main/com/topcoder/clients/dao/ejb3

1 file changed

+1
-1
lines changed

services/client_project_entities_dao/src/java/main/com/topcoder/clients/dao/ejb3/ProjectDAOBean.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class ProjectDAOBean extends GenericEJB3DAO<Project, Long> implements
122122
+ " cp.client_id, c.name as client_name, p.is_manual_prize_setting, c.code_name "
123123
+ " from project as p left join client_project as cp on p.project_id = cp.project_id left join client c "
124124
+ " on c.client_id = cp.client_id and (c.is_deleted = 0 or c.is_deleted is null) "
125-
+ " where p.active = 1 and p.p.start_date <= current and current <= p.end_date ";
125+
+ " where p.active = 1 and p.start_date <= current and current <= p.end_date ";
126126

127127
/**
128128
* The query string used to select projects.

0 commit comments

Comments
 (0)