@@ -24,7 +24,7 @@ export class FVO_admin {
export class QDTO_admin extends SearchBase {
constructor() {
- const like_prop = [];
+ const like_prop = ['name'];
const props = ['account', 'name'];
const mapping = [];
super({ like_prop, props, mapping });
@@ -36,7 +36,7 @@ export class FVO_application {
export class QDTO_application extends SearchBase {
+ const like_prop = ['match_name', 'team_name'];
const props = [
'match_id',
'match_name',
@@ -32,7 +32,7 @@ export class FVO_match {
export class QDTO_match extends SearchBase {
const props = ['name', 'start_time', 'end_time', 'status'];
@@ -36,7 +36,7 @@ export class FVO_team {
export class QDTO_team extends SearchBase {
'administrator',
'name',
@@ -30,7 +30,7 @@ export class FVO_teamApply {
export class QDTO_teamApply extends SearchBase {
+ const like_prop = ['team_name'];
const props = ['team_id', 'team_name', 'apply_id', 'apply_name', 'status'];
@@ -42,7 +42,7 @@ export class FVO_user {
export class QDTO_user extends SearchBase {
'openid',
'type',