@@ -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>();