Commit c13133cf authored by haoyanbin's avatar haoyanbin

1

parent 60a5e632
......@@ -193,7 +193,7 @@ func ExportSurveyUserExcel(c *gin.Context) {
f.SetCellValue(fileName, "E"+a, v.CZone)
f.SetCellValue(fileName, "F"+a, utils.StringToTime(v.CreateTime))
f.SetCellValue(fileName, "G"+a, optionData)
f.SetCellValue(fileName, "H"+a, utils.FeeToString(price))
f.SetCellValue(fileName, "H"+a, price)
f.SetCellValue(fileName, "I"+a, "")
f.SetCellValue(fileName, "J"+a, "")
f.SetCellValue(fileName, "K"+a, "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment