Skip to content

Commit

Permalink
More fixes to the SQL it references #190
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed Nov 23, 2017
2 parents f9191fc + fad9552 commit b7452ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ispyb-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- Import the EJB API, we use provided scope as the API is included in
JBoss WildFly -->
<dependency>
Expand Down Expand Up @@ -500,4 +501,4 @@
</profiles>


</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ public List<Session3VO> findByStartDateAndBeamLineNameAndNbShifts(final Integer
public Integer getNbOfTests(final Integer sesId) throws Exception;

public List<Session3VO> findSessionByDateProposalAndBeamline(int proposalId, String beamlineName, Date date);

public Session3VO findByAutoProcProgramId(int autoProcProgramId);



}
}

0 comments on commit b7452ac

Please sign in to comment.