|
@@ -161,7 +161,7 @@ func CheckEdit(sealInfo *seal.Seal, approvalInfo *contract_approval.ContractAppr
|
|
|
}
|
|
|
if sealInfo.FileUrl != fileUrl {
|
|
|
updateCol = append(updateCol, "FileUrl")
|
|
|
- updateContent = append(updateContent, "合同附件")
|
|
|
+ updateContent = append(updateContent, "文件附件")
|
|
|
}
|
|
|
|
|
|
if len(updateCol) <= 0 {
|