|
|
@ -66,7 +66,7 @@ namespace BWP.B3ClientService.BL |
|
|
return; |
|
|
return; |
|
|
|
|
|
|
|
|
if (infos.Item2.HasValue) |
|
|
if (infos.Item2.HasValue) |
|
|
Update(infos.Item1, new GradeAndWeight_Detail(), session); |
|
|
|
|
|
|
|
|
Update(infos.Item1, new GradeAndWeight_Detail() { Time = DateTime.Now }, session); |
|
|
else |
|
|
else |
|
|
Delete(infos.Item1, session); |
|
|
Delete(infos.Item1, session); |
|
|
} |
|
|
} |
|
|
|