Browse Source

fix 埃肯

chenminghua 1 year ago
parent
commit
c997992b4b

+ 3 - 0
src/main/java/com/gyee/frame/service/websocket/RealPowerPushService.java

@@ -80,6 +80,9 @@ public class RealPowerPushService {
     }
 
     public List<DataVo> findRealPowerChar(String id, Date currentDate) throws Exception {
+        if (StringUtils.isNotEmpty(id) && id.equals("AK_GDC")){
+            id = "DWK_GDC";
+        }
 
         List<DataVo> vos = new ArrayList<DataVo>();