|
@@ -2472,6 +2472,11 @@ group by AcademicYearNo,Semester,DeptNo,MajorNo,LessonNo,TeachClassNo,EmpNo,Les |
|
|
string errordt = failDt.ToJson(); |
|
|
string errordt = failDt.ToJson(); |
|
|
cache.Write<string>(cacheKey + fileId, errordt, CacheId.excel); |
|
|
cache.Write<string>(cacheKey + fileId, errordt, CacheId.excel); |
|
|
} |
|
|
} |
|
|
|
|
|
if (snum > 0) |
|
|
|
|
|
{ |
|
|
|
|
|
//写入开课计划数据 |
|
|
|
|
|
InsertTeachClassDataInImport(Insertdate); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
return snum + "|" + fnum; |
|
|
return snum + "|" + fnum; |
|
|
} |
|
|
} |
|
|