|
@@ -143,10 +143,10 @@ public class BizInvoiceController extends BaseController {
|
|
|
if (one != null) {
|
|
|
info1.setId(one.getId());
|
|
|
}
|
|
|
- info1.setName(one.getName());
|
|
|
- info1.setAddress(one.getAddress());
|
|
|
- info1.setAccount(one.getAccount());
|
|
|
- info1.setCode(one.getCode());
|
|
|
+ info1.setName(bizInvoice.getInvoiceMy());
|
|
|
+ info1.setAddress(bizInvoice.getMyAddress());
|
|
|
+ info1.setAccount(bizInvoice.getMyAccount());
|
|
|
+ info1.setCode(bizInvoice.getMyCreditSocietyCode());
|
|
|
info1.setTenantId(tenantId);
|
|
|
bizCopyInfoService.saveOrUpdate(info1);
|
|
|
//收票户
|
|
@@ -180,11 +180,10 @@ public class BizInvoiceController extends BaseController {
|
|
|
if (one != null) {
|
|
|
info1.setId(one.getId());
|
|
|
}
|
|
|
- info1.setName(one.getName());
|
|
|
- info1.setAddress(one.getAddress());
|
|
|
- info1.setAccount(one.getAccount());
|
|
|
- info1.setCode(one.getCode());
|
|
|
- info1.setTenantId(tenantId);
|
|
|
+ info1.setName(bizInvoice.getInvoiceMy());
|
|
|
+ info1.setAddress(bizInvoice.getMyAddress());
|
|
|
+ info1.setAccount(bizInvoice.getMyAccount());
|
|
|
+ info1.setCode(bizInvoice.getMyCreditSocietyCode());
|
|
|
bizCopyInfoService.saveOrUpdate(info1);
|
|
|
//收票户
|
|
|
String invoiceOther = bizInvoice.getInvoiceOther();
|