Browse Source

双创活动模糊查询

lrf 21 hours ago
parent
commit
da43e05dd8
1 changed files with 1 additions and 0 deletions
  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;
   }