zs 1 year ago
parent
commit
22924e9701
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/interface/Good.interface.ts

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

@@ -32,7 +32,7 @@ export class FVO_Good {
 
 export class QDTO_Good extends SearchBase {
   constructor() {
-    const like_prop = ['name'];
+    const like_prop = [];
     const props = ['name', 'type', 'supplier_id', 'is_use'];
     const mapping = [];
     super({ like_prop, props, mapping });