wangzhibo
2026-07-16 9f6e099c39b61027cc96df77200b98388d48d348
src/modules/push/controller/admin/auditlog.ts
@@ -11,7 +11,8 @@
  service: PushAuditlogService,
  pageQueryOp: {
    select: ['a.*'],
    fieldEq: ['a.clientId', 'a.pushType'],
    keyWordLikeFields: ['a.errorMessage'],
    fieldEq: ['a.deviceNo', 'a.pushType'],
    where: async ctx => {
      const { startTime, endTime } = ctx.request.body;
      const conditions = [];