master
xiaochanghai 1 month ago
parent 969c4f1fd3
commit d0b67351c7
  1. 2
      Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs

@ -1853,7 +1853,7 @@ WHERE A.Id = '{id}'";
.ExecuteCommandAsync();
if (studyProgress == 100)
if (studyProgress1 >= 100)
{
await Db.Updateable<Ghre_StudyRecord>()
.SetColumns(it => new Ghre_StudyRecord()

Loading…
Cancel
Save