调整时间过滤问题
This commit is contained in:
parent
44e920c1f4
commit
3524e76c5b
@ -768,7 +768,7 @@ public class PALRepositoryListWeb extends ActionWeb {
|
||||
//生效日期
|
||||
if (startTime > 0 || endTime > 0) {
|
||||
try {
|
||||
PALRepositoryPropertyModel propModel = PALRepositoryPropertyCache.getPropertyByPropertyId(model.getId(), "fileExpiryDate");
|
||||
PALRepositoryPropertyModel propModel = PALRepositoryPropertyCache.getPropertyByPropertyId(model.getId(), "effective_date");
|
||||
if (propModel == null) {
|
||||
continue;
|
||||
}
|
||||
@ -786,6 +786,7 @@ public class PALRepositoryListWeb extends ActionWeb {
|
||||
} catch (Exception e) {
|
||||
System.out.println("流程清单数据过滤时,文件有效期转化失败");
|
||||
e.printStackTrace();
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user