@ -42,6 +42,6 @@ public interface ScreenDifficultyDataDao {
**/
List<DifficultProjectResultDTO> selectDifficulty(@Param("agencyId")String agencyId,@Param("type")String type);
ProjectDetailResultDTO projectDetail(@Param("projectId")String projectId);
ProjectDetailResultDTO projectDetail(@Param("eventId")String projectId);
}