Browse Source

去掉显示

xyxie 1 year ago
parent
commit
35988ce6be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/data_manage/excel/mixed_table.go

+ 2 - 2
controllers/data_manage/excel/mixed_table.go

@@ -308,7 +308,7 @@ func (c *ExcelInfoController) CalculateData() {
 	resp := data_manage.BeforeAndAfterDateDataResp{
 		List:      dataListResp,
 		Date:      newDate,
-		ShowValue: utils.FormatTableDataShowValue(finalVal),
+		ShowValue: utils.FormatMixTableDataShowValue(finalVal),
 	}
 	br.Ret = 200
 	br.Success = true
@@ -368,7 +368,7 @@ func (c *ExcelInfoController) GetMixDateCalculate() {
 		return
 	}
 
-	showValue := utils.FormatTableDataShowValue(val)
+	showValue := utils.FormatMixTableDataShowValue(val)
 
 	type resp struct {
 		ShowValue string