Browse Source

bug

master
yibo 7 years ago
parent
commit
f2f5f20919
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3ClientService/OfflinRpc/GradeAndWeightBL.cs

+ 1
- 1
B3ClientService/OfflinRpc/GradeAndWeightBL.cs View File

@ -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);
} }


Loading…
Cancel
Save