Commit 69ccadfe by lilei

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

parent 080281a6
......@@ -966,7 +966,7 @@
<include refid="common-condition"/>
) a
group by a.dwCode) b where b.rs <![CDATA[>]]> 0
order by b.fanum desc
order by fanum desc
</select>
<select id="getXawpSfList" resultType="java.util.Map">
select
......
......@@ -1160,9 +1160,9 @@ public class YpbgServiceImpl implements IYpbgService {
//全国每十万人发案数
int qgrs = 1411778724;
double swrFasQg = (double) (Math.round(bnmaFaCount*100000/qgrs*100)/100.0);
double swrFasQg = (double) (Math.round(bnmaFaCount*100000/qgrs*100)/100);
matj.setDscodeLevCol("CODE_LEV1");
matj.setLarqQssj(ori_larqQssj);
matj.setLarqQssj(tnKssj);
matj.setLarqJssj(ori_larqJssj);
List<Xqfpaxx> swrFasList = matjService.getSwrFasList(matj);
String swrfasSf1 = "";
......
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