zhengcaioa/Services/ProjectService.cs
@@ -99,6 +99,7 @@ if (updateproject.Creater == "111") { updateproject.Creater = project.Modifier; updateproject.Createtime = project.Modifytime; } } @@ -468,6 +469,20 @@ } if (!string.IsNullOrWhiteSpace(searchEntity.Shifouqueren)) { if (searchEntity.Shifouqueren == "A") { sql.Append(" and a.creater != '111' "); } else { sql.Append(" and a.creater = '111' "); } } DateTime StartTimestarstart = DateTime.Now; DateTime StartTimestarend = DateTime.Now;