home 2 éve
szülő
commit
bd2ae9cc34

+ 0 - 1
hx-service/syringe-production/src/main/java/com/fjhx/config/IoTDAConfig.java

@@ -60,5 +60,4 @@ public class IoTDAConfig {
         return amqpClient;
     }
 
-
 }

+ 0 - 2
hx-service/syringe-production/src/main/java/com/fjhx/service/amqp/impl/AmqpDataServiceImpl.java

@@ -110,8 +110,6 @@ public class AmqpDataServiceImpl extends ServiceImpl<AmqpDataMapper, AmqpData> i
                 redisCache.setEx(redisKey, item, 40L);
             }
         }
-
     }
 
-
 }