Commit 080281a6 by lilei

修改研判报告十万人发案数

parent df9d4ff1
......@@ -1159,7 +1159,8 @@ public class YpbgServiceImpl implements IYpbgService {
}
//全国每十万人发案数
int qgrs = 1411778724;
double swrFasQg = (double) (Math.round(bnmaFaCount*100000/qgrs)/100.0);
double swrFasQg = (double) (Math.round(bnmaFaCount*100000/qgrs*100)/100.0);
matj.setDscodeLevCol("CODE_LEV1");
matj.setLarqQssj(ori_larqQssj);
matj.setLarqJssj(ori_larqJssj);
......
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