Browse Source

修改通用查询Where条件

master
王瑞 9 months ago
parent
commit
bb2554daa1
  1. 4
      Code/智慧营区/DOCManageAPP(阿克苏)/DocManageAPP.csproj
  2. 4
      Code/智慧营区/DOCManageAPP(阿克苏)/ashx/A_CommonHandler.ashx.cs

4
Code/智慧营区/DOCManageAPP(阿克苏)/DocManageAPP.csproj

@ -4275,6 +4275,7 @@
<Content Include="ashx\OaSealHandler.ashx" />
<Content Include="ashx\OaKnowledgeHandler.ashx" />
<Content Include="js\jquery.wordexport.js" />
<Content Include="ashx\A_CommonHandler.ashx" />
<None Include="packages.config" />
<Content Include="OA\VehicleSocity\view.html" />
<Content Include="OA\VisitorReg\VisitorRegAudit2.html" />
@ -5901,6 +5902,9 @@
<Compile Include="ashx\AppHandler2.ashx.cs">
<DependentUpon>AppHandler2.ashx</DependentUpon>
</Compile>
<Compile Include="ashx\A_CommonHandler.ashx.cs">
<DependentUpon>A_CommonHandler.ashx</DependentUpon>
</Compile>
<Compile Include="ashx\BaseMenuHandler.ashx.cs">
<DependentUpon>BaseMenuHandler.ashx</DependentUpon>
</Compile>

4
Code/智慧营区/DOCManageAPP(阿克苏)/ashx/A_CommonHandler.ashx.cs

@ -194,7 +194,7 @@ namespace FangYar.WebUI.ashx
if (string.IsNullOrWhiteSpace(orderBy))
{
orderBy = " ID ";
orderBy = " 1 ";
}
if (string.IsNullOrWhiteSpace(columns))
{
@ -274,7 +274,7 @@ namespace FangYar.WebUI.ashx
if (string.IsNullOrWhiteSpace(orderBy))
{
orderBy = " ID ";
orderBy = " 1 ";
}
if (string.IsNullOrWhiteSpace(columns))
{

Loading…
Cancel
Save