|
@@ -73,7 +73,7 @@ public class ArchiveFileTaskController extends BladeController {
|
|
|
//固定水印图片章
|
|
|
String pngQzUrl = "https://bladex-chongqing-info.oss-cn-hangzhou.aliyuncs.com//upload/20230911/5b42583d931664b785ebf481c37d17bc.png";
|
|
|
for (ArchiveFile archiveFile : archiveFileList) {
|
|
|
- if (!archiveFile.getStatus().equals(0)) {
|
|
|
+ if (!archiveFile.getStatus().equals(0) || !archiveFile.getStatus().equals(3)) {
|
|
|
throw new ServiceException("只有【未上报】状态的业务数据才能认证!");
|
|
|
}
|
|
|
if (!archiveFile.getIsCertification().equals(0)) {
|