Browse Source

模糊查询

zs 1 năm trước cách đây
mục cha
commit
194c1d0e5b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/interface/Upkeep.interface.ts

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

@@ -50,7 +50,7 @@ export class FVO_upkeep {
 
 export class QDTO_upkeep extends SearchBase {
   constructor() {
-    const like_prop = [];
+    const like_prop = ['good_name', 'user_name', 'spec_name'];
     const props = [
       'order_id',
       'user',