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 = [];