|
@@ -277,6 +277,7 @@ export class RotateService {
|
|
|
// const value = null;
|
|
|
console.log('rotateForAngle-3:' + user.breakPointId);
|
|
|
console.log('rotateForAngle-3-key', key);
|
|
|
+ this.logger.log('rotateForAngle-3-key', key);
|
|
|
const redisData = await this.cacheService.get(key);
|
|
|
//if (redisData && redisData.length > 0) {
|
|
|
const value = JSON.parse(redisData); //redisData ? JSON.parse(redisData) : null;
|