zs hai 1 ano
pai
achega
22924e9701
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 });