fix bug of query wx workflow

This commit is contained in:
zhl 2023-05-09 12:32:50 +08:00
parent d4f5d3585a
commit a7c3d02f01

View File

@ -294,7 +294,7 @@ export class WechatWorkService {
return response.data
})
this.timePre = endtime
await new RedisClient().set('qywx_time_cache', starttime + '')
await new RedisClient().set('qywx_time_cache', endtime + '')
return response
}
}