|
|
@@ -1349,7 +1349,7 @@ public class CognizanceApiController extends CertifyApiController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (StringUtils.isBlank(endDateFormattedDate)) {
|
|
|
+ if (!StringUtils.isBlank(endDateFormattedDate)) {
|
|
|
try {
|
|
|
orgActivity.setEndDate(DateUtils.parseDate(endDateFormattedDate, AFTConstants.YYYYMMDD));
|
|
|
} catch (ParseException e) {
|