|
@@ -1879,6 +1879,12 @@ private Map<String, Double> getHbWs(String id) throws Exception {
|
|
|
retValue.put("hb", 1385.0);
|
|
|
ptValue = realApiUtil.getRealData(ConstantTR.XHPJFS);
|
|
|
retValue.put("ssfs", StringUtils.round(ptValue.getPointValueInDouble(), 0));
|
|
|
+ } else if (wpId.equals(WpEnum.HZJ_GDC.name())) {
|
|
|
+ ptValue = realApiUtil.getRealData(ConstantTR.HZJWD);
|
|
|
+ retValue.put("dqwd", StringUtils.round(ptValue.getPointValueInDouble(), 0));
|
|
|
+ retValue.put("hb", 1385.0);
|
|
|
+ ptValue = realApiUtil.getRealData(ConstantTR.HZJPJFS);
|
|
|
+ retValue.put("ssfs", StringUtils.round(ptValue.getPointValueInDouble(), 0));
|
|
|
} else if (wpId.equals(WpEnum.XS_FDC.name())) {
|
|
|
ptValue = realApiUtil.getRealData(ConstantTR.XSWD);
|
|
|
retValue.put("dqwd", StringUtils.round(ptValue.getPointValueInDouble(), 0));
|