|  | @@ -276,7 +276,7 @@ namespace OASystem.API.Controllers
 | 
												
													
														
															|  |                  if (!string.IsNullOrEmpty(dto.SearchCriteria))
 |  |                  if (!string.IsNullOrEmpty(dto.SearchCriteria))
 | 
												
													
														
															|  |                  {
 |  |                  {
 | 
												
													
														
															|  |                      string tj = dto.SearchCriteria;
 |  |                      string tj = dto.SearchCriteria;
 | 
												
													
														
															|  | -                    sqlWhere += string.Format(@"And (ssd.Name Like '%{0}%' Or TeamName Like '%{1}%' Or ClientName Like '%{2}%' Or  ClientName Like '%{3}%' Or JietuanOperator  Like '%{4}%')",
 |  | 
 | 
												
													
														
															|  | 
 |  | +                    sqlWhere += string.Format(@"And (ssd.Name Like '%{0}%' Or TeamName Like '%{1}%' Or ClientName Like '%{2}%' Or  ClientName Like '%{3}%' Or su.CnName  Like '%{4}%')",
 | 
												
													
														
															|  |                         tj, tj, tj, tj, tj);
 |  |                         tj, tj, tj, tj, tj);
 | 
												
													
														
															|  |                  }
 |  |                  }
 | 
												
													
														
															|  |  
 |  |  
 |