From 11256f108156e54d7bba546cf1a44bcb53f92c08 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Mon, 28 Oct 2024 14:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SalePrices/SalePriceSheetAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/SalePrices/SalePriceSheetAppService.cs b/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/SalePrices/SalePriceSheetAppService.cs index 608c74654..c433e719c 100644 --- a/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/SalePrices/SalePriceSheetAppService.cs +++ b/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/SalePrices/SalePriceSheetAppService.cs @@ -51,7 +51,7 @@ public class SalePriceSheetAppService : SfsBaseDataAppServiceBase p.ItemCode == dto.ItemCode && p.CustomerCode == dto.CustomerCode).ConfigureAwait(false); if (salePriceSheet == null) { - message += $"客户代码:【{dto.CustomerCode}】ERP料号:【{dto.ItemCode}】的零件没有销售价格"; + message += $" 客户代码:【{dto.CustomerCode}】ERP料号:【{dto.ItemCode}】的零件没有销售价格"; } }