提交代码
This commit is contained in:
parent
203cac3ccb
commit
fafbb864f3
|
@ -54,3 +54,4 @@
|
||||||
/SGGL/FineUIPro.Web/FileUpload/Transfer/PunchlistFrom/2025-03
|
/SGGL/FineUIPro.Web/FileUpload/Transfer/PunchlistFrom/2025-03
|
||||||
/SGGL/FineUIPro.Web/FileUpload/Gjsx/2025-03
|
/SGGL/FineUIPro.Web/FileUpload/Gjsx/2025-03
|
||||||
/SGGLPackFile2
|
/SGGLPackFile2
|
||||||
|
/SGGL/FineUIPro.Web/upload
|
||||||
|
|
|
@ -19773,7 +19773,7 @@
|
||||||
</FlavorProperties>
|
</FlavorProperties>
|
||||||
</VisualStudio>
|
</VisualStudio>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
|
|
@ -477,7 +477,7 @@ namespace FineUIPro.Web.ZHGL.RealName
|
||||||
join v in Funs.DB.ProjectData_TeamGroup on x.TeamGroupId equals v.TeamGroupId
|
join v in Funs.DB.ProjectData_TeamGroup on x.TeamGroupId equals v.TeamGroupId
|
||||||
join p in Funs.DB.Project_ProjectUnit on new { x.UnitId, x.ProjectId } equals new { p.UnitId, p.ProjectId }
|
join p in Funs.DB.Project_ProjectUnit on new { x.UnitId, x.ProjectId } equals new { p.UnitId, p.ProjectId }
|
||||||
where x.ProjectId == projectId && x.IsCardNoOK == true && v.TeamId.HasValue
|
where x.ProjectId == projectId && x.IsCardNoOK == true && v.TeamId.HasValue
|
||||||
&& !x.RealNameUpdateTime.HasValue
|
&& !x.RealNameUpdateTime.HasValue && x.RealNameAddTime.HasValue
|
||||||
&& p.IsSynchro == true
|
&& p.IsSynchro == true
|
||||||
select x.IdentityCard).Take(100);
|
select x.IdentityCard).Take(100);
|
||||||
foreach (var item in getIdentityCards)
|
foreach (var item in getIdentityCards)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
Loading…
Reference in New Issue