Antiloveg 8 years ago
parent
commit
8bea480415

+ 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) {