From 9aae9842e911557b71d2f2751c0134905e3ff201 Mon Sep 17 00:00:00 2001 From: jhc Date: Wed, 12 Mar 2025 15:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/logic/signContract.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/bundle/logic/signContract.go b/pkg/service/bundle/logic/signContract.go index 296dab6..573ad9f 100644 --- a/pkg/service/bundle/logic/signContract.go +++ b/pkg/service/bundle/logic/signContract.go @@ -141,7 +141,7 @@ func InsertSignatureV1(templatePath, outputPath, signImgPath, companyImgPath, co signPage := totalPages - tffErr := pdf.AddTTFFont("simfang", "./simfang.ttf") + tffErr := pdf.AddTTFFont("simfang", "./data/simfang.ttf") if tffErr != nil { log.Fatalf("加载中文字体失败: %v", tffErr) }