Commit bba0b4d3 authored by zhoumaotao's avatar zhoumaotao

3

parent 8c3c0a17
......@@ -113,6 +113,9 @@ public class KmesBoardServiceImpl extends BaseEditServiceImpl implements KmesBoa
gpfkHgVO.setFkrq(date);
gpfkHgVO.setFksl(fksl);
gpfkHgVO.setHgsl(hgsl);
if(!NumberUtils.isZero(fksl)){
gpfkHgVO.setHgl(NumberUtils.round(hgsl/fksl,2)*100);
}
gpfkHgVOList.add(gpfkHgVO);
}
return gpfkHgVOList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment