Compare commits
No commits in common. "5a8574723fd59e4015894c6b93bfdc8e051f6d37" and "f850749992bd288c7690ad4243bdd1ee182db86c" have entirely different histories.
5a8574723f
...
f850749992
@ -147,7 +147,7 @@ func ExportRegister(c *gin.Context) {
|
||||
resp.Data = []*exhibition.ExportInfo{}
|
||||
}
|
||||
columns := []string{"画家姓名", "性别", "手机号", "身份证号", "通讯地址", "身份证照片", "本人近照", "报名时间", "更新时间"}
|
||||
exportFileName := fmt.Sprintf("国展报名%v.xlsx", time.Now().Format("20060101"))
|
||||
exportFileName := fmt.Sprintf("国展报名%v.xlsx", time.Now().Format("2006-01-01"))
|
||||
filePath := fmt.Sprintf("./runtime/%s", exportFileName)
|
||||
data := make([]interface{}, 0)
|
||||
for _, v := range resp.Data {
|
||||
|
Loading…
Reference in New Issue
Block a user