Browse Source

添加格式

dev_DY_CC
郑勃旭 6 months ago
parent
commit
11256f1081
  1. 2
      be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/SalePrices/SalePriceSheetAppService.cs

2
be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application/SalePrices/SalePriceSheetAppService.cs

@ -51,7 +51,7 @@ public class SalePriceSheetAppService : SfsBaseDataAppServiceBase<SalePriceSheet
var salePriceSheet=await _repository.FindAsync(p => 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}】的零件没有销售价格";
}
}

Loading…
Cancel
Save