ソースを参照

双创活动模糊查询

lrf 1 ヶ月 前
コミット
da43e05dd8
1 ファイル変更1 行追加0 行削除
  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;
   }