作者 yangfu

导入修改

... ... @@ -180,7 +180,7 @@ func (srv ExcelDataService) ImportCompanyUser(importDataCommand *command.ImportD
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
}
excelImport := excel.NewExcelImport()
excelImport.RowBegin = 2 //第二行开始读取
excelImport.RowBegin = 3 //第二行开始读取
excelImport.DataFields = []excel.DataField{
{EnName: "userCode", CnName: "*用户编号"},
{EnName: "userName", CnName: "*用户姓名"},
... ...