Commit 77c79416 authored by 吴春's avatar 吴春

提交代码

parent 5a27c973
...@@ -15244,7 +15244,7 @@ namespace Mall.Module.Product ...@@ -15244,7 +15244,7 @@ namespace Mall.Module.Product
#region 不可开发票商品记录 #region 不可开发票商品记录
public bool AddInvoiceRecordDetail(RB_Invoice_RecordDetail model) public bool AddInvoiceRecordDetail(RB_Invoice_RecordDetail model)
{ {
return invoiceRecordDetailRepository.Insert(model); return invoiceRecordDetailRepository.Insert(model) > 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment