瀏覽代碼

update 。

CrazyIter_Bin 2 年之前
父節點
當前提交
d4801159bf
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      TEAMModelOS.SDK/Models/Service/StudentService.cs

+ 2 - 1
TEAMModelOS.SDK/Models/Service/StudentService.cs

@@ -2028,6 +2028,7 @@ namespace TEAMModelOS.SDK
                                    irs = null,
                                    imei = null,
                                    no = null;
+
                             List<StudentGuardian> guardians = null;
                             int year = 0;
                             //有給pw欄位才進行處理
@@ -2453,7 +2454,7 @@ namespace TEAMModelOS.SDK
                                         if (ret.Status == (int)HttpStatusCode.OK)
                                         {
                                             nonexistentIds.Remove(id);
-                                            retStuds.Add(new { id, tmpData.name, tmpData.picture, tmpData.year, tmpData.no, classId, classNo, className, gradeId, periodId, tmpData.irs });
+                                            retStuds.Add(new { id, tmpData.gender,tmpData.mail,tmpData.imei, tmpData.mobile, tmpData.name, tmpData.picture, tmpData.year, tmpData.no, classId, classNo, className, gradeId, periodId, tmpData.irs });
                                         }
                                         else errorIds.Add(id);
                                     }