This commit is contained in:
高飞 2025-12-18 09:52:15 +08:00
parent 07fba3312d
commit 0a9b79de0e
2 changed files with 2 additions and 2 deletions

View File

@ -1343,7 +1343,7 @@ namespace BLL
from u in unitJ.DefaultIfEmpty()
join s in db.Person_Persons on x.CompileMan equals s.PersonId into userJ
from s in userJ.DefaultIfEmpty()
where (x.IsUpdate == null || x.IsUpdate == false) && x.CompileDate > BLL.Const.DtmarkTime
where (x.IsUpdate != true)
select new Model.QCRegistrationItem
{
Id = x.QCGroupRegistrationId,

View File

@ -16838,7 +16838,7 @@
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v18.0\WebApplications\Microsoft.WebApplication.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">