Commit 2d589b8f by 徐高华

朋友圈

parent 01f01906
......@@ -351,7 +351,7 @@ public class QwMomentController {
}
}
if(null != detaiResp.getResult().getExecRate()) {
vo.setExecRateFloat(BigDecimal.valueOf(detaiResp.getResult().getExecRate()).divide(BigDecimal.valueOf(100),2).doubleValue());
vo.setExecRateFloat(BigDecimal.valueOf(detaiResp.getResult().getExecRate()).divide(BigDecimal.valueOf(100),2,2).doubleValue());
}
return RestResponse.successResult(vo);
}
......
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