zs 1 year ago
parent
commit
7973891984
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/interface/user/user.interface.ts

+ 1 - 1
src/interface/user/user.interface.ts

@@ -25,7 +25,7 @@ export class FVO_user {
 
 export class QDTO_user extends SearchBase {
   constructor() {
-    const like_prop = [];
+    const like_prop = ['nick_name'];
     const props = [];
     const mapping = [];
     super({ like_prop, props, mapping });