Explorar el Código

Merge branch 'new_2.6' into debug

ziwen hace 1 año
padre
commit
2050d17510
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controller/census/invoice_payment.go

+ 1 - 1
controller/census/invoice_payment.go

@@ -1060,7 +1060,7 @@ func getCensusIncomeListV2(ch chan models.CensusIncomeChartResp, req fms.IncomeL
 	if err == utils.ErrNoRow {
 		historyItem, e := fms.GetLatestHistoryIncome(historyCond, historyPars)
 		if e != nil && e != utils.ErrNoRow {
-			err = fmt.Errorf("获取最新的历史开票或到款日期, Err: %s", err.Error())
+			err = fmt.Errorf("获取最新的历史开票或到款日期, Err: %s", e.Error())
 			return
 		}
 		latestTime = historyItem.InvoiceDate