master
xiaochanghai 7 months ago
parent 82efdaa7be
commit e4b1db4f20
  1. 459
      Model/Tiobon.Web.pdm
  2. 3
      Tiobon.Core.Services/BASE/BaseServices.cs
  3. 3
      Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs

File diff suppressed because it is too large Load Diff

@ -2022,7 +2022,8 @@ ORDER BY SortNo ASC";
ReceiveStaffID = staffIds[i],
SortNo = 0,
IsDefault = 0,
IsEnable = 1
IsEnable = 1,
ReadStatus = 0,
}).ExecuteReturnIdentityAsync();
}

@ -1,10 +1,7 @@
using DinkToPdf;
using DinkToPdf.Contracts;
using DnsClient;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
using Microsoft.IdentityModel.Tokens;
using NPOI.OpenXmlFormats.Dml;
using System.IO.Compression;
using static Tiobon.Core.Model.Consts;

Loading…
Cancel
Save