feat:发票回传

This commit is contained in:
苏竹红
2025-01-02 10:48:03 +08:00
parent 274fc7ccf9
commit 91d2e4799d

View File

@@ -18,7 +18,7 @@ public class InvoicingDAO {
InvoicingMapper invoicingMapper; InvoicingMapper invoicingMapper;
public Integer add(InvoicingDO invoicingDO){ public Integer add(InvoicingDO invoicingDO){
return invoicingMapper.insert(invoicingDO); return invoicingMapper.insertSelective(invoicingDO);
} }
public Integer update(InvoicingDO invoicingDO){ public Integer update(InvoicingDO invoicingDO){