fengxiang
2018-07-05 1bf1750a2c2cafdbd7413fe18d16915a7f71ff52
src/app/business/services/http/organization.service.ts
@@ -22,6 +22,7 @@
  };
  constructor(private http: _HttpClient) { }
   public getPagingList(page: PageBean, queryText: string): Observable<PageBean> {
    queryText = !!queryText && !!queryText.trim() ? queryText : null;
    const example = new ExampleService();
    if (queryText != null && queryText !== '') {
      example.or().andLike({name: 'name', value: '%' + queryText + '%'});