Compare commits
No commits in common. "005a1a4b483e0e0fc16e49e52b95b4ec1079f3eb" and "583b2141804719a7857c86bd7f2d7dfd42c37588" have entirely different histories.
005a1a4b48
...
583b214180
@ -183,10 +183,10 @@ func ExportRegister(c *gin.Context) {
|
||||
temp = append(temp, v.UpdatedAt)
|
||||
data = append(data, &temp)
|
||||
}
|
||||
_, err = utils.ToExcelByType(columns, data, "slice", filePath)
|
||||
if err != nil {
|
||||
response.ResponseQuickMsg(c, msg.Fail, err.Error(), nil)
|
||||
}
|
||||
_, _ = utils.ToExcelByType(columns, data, "slice", filePath)
|
||||
// if err != nil {
|
||||
// response.ResponseQuickMsg(c, msg.Fail, err.Error(), nil)
|
||||
// }
|
||||
//处理图片
|
||||
// err = logic.DealExcelImg(filePath)
|
||||
// if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user