|
|
@ -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}】的零件没有销售价格"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|