Antiloveg 8 년 전
부모
커밋
8bea480415
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/cognizance/service/impl/OrgIntellectualPropertyServiceImpl.java

+ 1 - 1
src/main/java/com/goafanti/cognizance/service/impl/OrgIntellectualPropertyServiceImpl.java

@@ -53,7 +53,7 @@ public class OrgIntellectualPropertyServiceImpl extends BaseMybatisDao<OrgIntell
 			}
 		}
 		
-		if (StringUtils.isBlank(endDate)){
+		if (!StringUtils.isBlank(endDate)){
 			try {
 				eDate = DateUtils.parseDate(endDate, AFTConstants.YYYYMMDD);
 			} catch (ParseException e) {