|
@@ -1642,6 +1642,10 @@ public class GovProjectCollectionManage { |
|
|
log.error("转换PDF文件出错" + e); |
|
|
log.error("转换PDF文件出错" + e); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(Objects.isNull(oldFiled)){ |
|
|
|
|
|
return Boolean.FALSE; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
if(!oldFiled.equals(field)){ |
|
|
if(!oldFiled.equals(field)){ |
|
|
return Boolean.TRUE; |
|
|
return Boolean.TRUE; |
|
|
} |
|
|
} |
|
|