优化学习记录Excel导入

master
xiaochanghai 9 months ago
parent 63f8cd7a3e
commit 6e20957775
  1. 1
      Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs

@ -726,6 +726,7 @@ public class Ghre_StudyRecordServices : BaseServices<Ghre_StudyRecord, Ghre_Stud
CourseType = "ExcelImport"
};
await Add(insert);
data.SuccessCount++;
}
catch (Exception E)
{

Loading…
Cancel
Save