feat:发票回传
This commit is contained in:
@@ -18,7 +18,7 @@ public class InvoicingDAO {
|
||||
InvoicingMapper invoicingMapper;
|
||||
|
||||
public Integer add(InvoicingDO invoicingDO){
|
||||
return invoicingMapper.insert(invoicingDO);
|
||||
return invoicingMapper.insertSelective(invoicingDO);
|
||||
}
|
||||
|
||||
public Integer update(InvoicingDO invoicingDO){
|
||||
|
||||
Reference in New Issue
Block a user