1
zyy
2 days ago 4fefff17528a878d345ff3311c297a66a671b8d6
trading-order-admin/src/main/java/com/yami/trading/api/controller/RealtimeController.java
@@ -365,7 +365,7 @@
                     .build();
               list.add(dto);
            } else {
               log.error("获取行情接口,realtime is null;币种->{}", item.getSymbol());
               //log.error("获取行情接口,realtime is null;币种->{}", item.getSymbol());
            }
         });
         Result<List<QueryRealtimeDTO>> ok = Result.ok(list);
@@ -443,7 +443,7 @@
                  .build();
            list.add(dto);
         } else {
            log.error("获取行情接口,realtime is null;币种->{}", item.getSymbol());
            //log.error("获取行情接口,realtime is null;币种->{}", item.getSymbol());
         }
      });
      return list;