Explorar o código

开发票电话改成财务电话

wd %!s(int64=4) %!d(string=hai) anos
pai
achega
a1f15e8c71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/dashoo.cn/backend/api/controllers/invoice/invoice.go

+ 1 - 1
src/dashoo.cn/backend/api/controllers/invoice/invoice.go

@@ -237,7 +237,7 @@ func (this *OilInvoiceController) UpdateIsInvoice() {
 	paramsOrder.Phone = supplierEntity.Mobile
 	paramsOrder.Address = entity.Address
 	paramsOrder.Account = entity.DepositBank + " " + entity.BankAccount
-	paramsOrder.Telephone = supplierEntity.Telphone
+	paramsOrder.Telephone = supplierEntity.CompanyTel // 财务电话
 	paramsOrder.Orderno = "dg_" + strconv.Itoa(entity.SupplierId) + strconv.Itoa(entity.Id)
 	paramsOrder.Invoicedate = time.Now().Format("2006-01-02 15:04:05")
 	paramsOrder.Clerk = paramSvc.GetBaseparameterMessage("INVOICE", "paramset", "InvoicePeople3")