提交 110bf2f0 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

import data

上级 2bac92d6
......@@ -48,7 +48,6 @@ func main() {
func ImportWordsFromExcel(filePath string, db *gorm.DB) (sheetName string, count int) {
sheetName, rows := comm.GetExcelFirstSheet(filePath)
fmt.Printf("importing ... : [%s] \n", sheetName)
// fmt.Print(rows)
if len(rows) == 0 {
return
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册