Compare commits

...

2 Commits

Author SHA1 Message Date
biwj 97f06b445b Merge branch 'master' of http://47.104.102.122:3000/panhf/CNCEC_SUBQHSE_WUHUAN 2024-08-01 13:54:44 +08:00
biwj 5beb413125 20240801 NCR排序 2024-08-01 13:53:17 +08:00
2 changed files with 2 additions and 2 deletions
@@ -358,7 +358,7 @@ namespace FineUIPro.Web.Comprehensive
{
lists = lists.Where(x => x.NCRCode.Contains(this.txtNCRCode.Text.Trim()));
}
lists = lists.OrderBy(x => x.RemarkCode);
lists = lists.OrderBy(x => x.IssuedDate);
if (lists != null)
{
string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);
+1 -1
View File
@@ -19216,7 +19216,7 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.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.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">