Browse Source

bug

master
luanhui 8 years ago
parent
commit
f73718488c
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      WeighAndGrading/AbnormalModifyForm.cs

+ 1
- 2
WeighAndGrading/AbnormalModifyForm.cs View File

@ -222,8 +222,7 @@ namespace WeighAndGrading
foreach (GradeAndWeight_Detail detail in details.Where(x => x.Weight.HasValue))
{
detail.IsLostWeight = false;
detail.Sync = false;
LocalGradeAndWeightBL.Update(detail, "Weight", "IsLostWeight", "Sync");
LocalGradeAndWeightBL.Update(detail, "Weight", "IsLostWeight");
}
details = LocalGradeAndWeightBL.GetLostWeightDetails(mDate);
uDataGridView1.Refresh();


Loading…
Cancel
Save