黄贺彬 7 月之前
父节点
当前提交
11e6467ff1
共有 1 个文件被更改,包括 1 次插入2 次删除
  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));
                         }
                         }
                     }
                     }
                 }
                 }