소스 검색

[task-3682]子文件与控制添加盖章功能/后端:文件盖章接口外来受控文件盖章功能

szjbdgzl 1 년 전
부모
커밋
9cf539bf25

+ 1 - 1
ibps-comp-base-root/modules/comp-file-server-api/src/main/java/com/lc/ibps/file/server/api/IUploadService.java

@@ -122,7 +122,7 @@ public interface IUploadService {
 	public APIResult<AttachmentPo> stamp(
 			@NotNull(message = "文件ID不能为空")
 			@RequestParam(name = "attachmentId", required = true)String attachmentId,
-			@NotNull(message = "盖章动作不能为空,值可以为:controlled,void")
+			@NotNull(message = "盖章动作不能为空,值可以为:controlled(受控),void(作废),external(外来文件)")
 			@RequestParam(name = "action", required = true)String action,
 			@RequestParam(name = "waterMark", required = false, defaultValue = "false") Boolean waterMark
 	);

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
ibps-comp-root/modules/comp-file-server/src/main/java/com/lc/ibps/cloud/file/util/PDFFileUtil.java


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.