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