username@email.com
2021-06-15 b42c3993c1fd3578e1ca18007bf57c48eac5f5cf
zhengcaioa/Services/ProjectService.cs
@@ -301,6 +301,20 @@
                sql.Append(" )");
            }
                  if (!string.IsNullOrWhiteSpace(searchEntity.fblx))
            {
                if (searchEntity.fblx == "A")
                {
                    sql.Append(" and a.fblx  is   not null ");
                }
                else
                {
                    sql.Append(" and a.fblx  is  null ");
                }
            }
            if (!string.IsNullOrWhiteSpace(searchEntity.StartTimestar))
            {