Przeglądaj źródła

双创活动模糊查询

lrf 1 miesiąc temu
rodzic
commit
da43e05dd8
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/service/platform/match.service.ts

+ 1 - 0
src/service/platform/match.service.ts

@@ -29,6 +29,7 @@ export class MatchService extends BaseServiceV2 {
   getQueryColumnsOpera() {
     const obj = {
       tags: this.Opera.Json,
+      name: this.Opera.Like,
     };
     return obj;
   }