黄贺彬 7 months ago
parent
commit
11e6467ff1
1 changed files with 1 additions and 2 deletions
  1. 1 2
      TEAMModelOS.Extension/HTEX.Lib/ETL/Lesson/LessonETLService.cs

+ 1 - 2
TEAMModelOS.Extension/HTEX.Lib/ETL/Lesson/LessonETLService.cs

@@ -192,8 +192,7 @@ namespace HTEX.Lib.ETL.Lesson
                                     }
                                     }
                                 }
                                 }
                             }
                             }
-                            
-                           
+                            await client.GetContainer(Constant.TEAMModelOS, Constant.Student).UpsertItemAsync(studentSemester, new PartitionKey(studentSemester.code));
                         }
                         }
                     }
                     }
                 }
                 }