Commit 418d46b8 authored by 黄奎's avatar 黄奎

页面修改

parent a3cd863d
...@@ -72,9 +72,9 @@ WHERE 1=1 ...@@ -72,9 +72,9 @@ WHERE 1=1
{ {
builder.AppendFormat(@" AND builder.AppendFormat(@" AND
( (
(A.{0}={1} AND A.ParentId=0) (A.{0}={1} {2} )
OR (A.{0}<>{1} AND A.IsOpen=2 ) OR (A.{0}<>{1} AND A.IsOpen=2 )
) ", nameof(RB_Examination_Paper_ViewModel.CreateBy), query.CreateBy); ) ", nameof(RB_Examination_Paper_ViewModel.CreateBy), query.CreateBy, (query.ParentId > 0 ? "" : " AND A.ParentId=0 "));
tempSql = ""; tempSql = "";
} }
//查询条件中的创建人 //查询条件中的创建人
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment