|
@@ -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
|