|
@@ -2028,6 +2028,7 @@ namespace TEAMModelOS.SDK
|
|
irs = null,
|
|
irs = null,
|
|
imei = null,
|
|
imei = null,
|
|
no = null;
|
|
no = null;
|
|
|
|
+
|
|
List<StudentGuardian> guardians = null;
|
|
List<StudentGuardian> guardians = null;
|
|
int year = 0;
|
|
int year = 0;
|
|
//有給pw欄位才進行處理
|
|
//有給pw欄位才進行處理
|
|
@@ -2453,7 +2454,7 @@ namespace TEAMModelOS.SDK
|
|
if (ret.Status == (int)HttpStatusCode.OK)
|
|
if (ret.Status == (int)HttpStatusCode.OK)
|
|
{
|
|
{
|
|
nonexistentIds.Remove(id);
|
|
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);
|
|
else errorIds.Add(id);
|
|
}
|
|
}
|