From 1d14cd82e8c91cac90f4934e3f21266b33688ff6 Mon Sep 17 00:00:00 2001 From: lyx <2027667395@qq.com> Date: Thu, 14 Mar 2024 11:32:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=BB=BA=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=90=88=E5=90=8C=EF=BC=8C=E5=A4=9A=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../@hera/plugin-rental/src/server/services/contract-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@hera/plugin-rental/src/server/services/contract-service.ts b/packages/plugins/@hera/plugin-rental/src/server/services/contract-service.ts index 7c5d32a61..ef3aa31c0 100644 --- a/packages/plugins/@hera/plugin-rental/src/server/services/contract-service.ts +++ b/packages/plugins/@hera/plugin-rental/src/server/services/contract-service.ts @@ -35,7 +35,7 @@ export class ContractService { } else return temp[item]; }); const templateFormula = `CONCATENATE(${trans.join(',')})`; - model.update({ settlementName: templateFormula }); + model.settlementName = templateFormula; } } }