Compare commits

..

No commits in common. "97f06b445bce7dd0e40d62c9b18bd89453b85f3b" and "8daba4e189e044aa0bf69dc4c4b10ce36518958b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ namespace FineUIPro.Web.Comprehensive
{ {
lists = lists.Where(x => x.NCRCode.Contains(this.txtNCRCode.Text.Trim())); lists = lists.Where(x => x.NCRCode.Contains(this.txtNCRCode.Text.Trim()));
} }
lists = lists.OrderBy(x => x.IssuedDate); lists = lists.OrderBy(x => x.RemarkCode);
if (lists != null) if (lists != null)
{ {
string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId); string projectName = BLL.ProjectService.GetShortNameByProjectId(this.CurrUser.LoginProjectId);

View File

@ -19216,7 +19216,7 @@
</FlavorProperties> </FlavorProperties>
</VisualStudio> </VisualStudio>
</ProjectExtensions> </ProjectExtensions>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.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">