Browse Source

Merge branch 'main' of http://git.cc-lotus.info/Information/cxyy-service into main

zs 8 months ago
parent
commit
283d68749f

+ 1 - 1
src/controller/system/message.controller.ts

@@ -93,7 +93,7 @@ export class RegionController implements BaseController {
   }
 
   @Get('/checkNotRead')
-  @ApiTags('列表查询')
+  @ApiTags('未读查询')
   @ApiQuery({ name: 'query' })
   async checkNotRead() {
     const qobj = { 'to.is_read': '0' };

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

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