Commit b31d69f4 by wuchengwu

统计分析透视

parent 90de310c
......@@ -68,6 +68,16 @@
<if test="type!=null and type!='' and type == 'qja'.toString()"><!--强奸-->
and asj.ajlbdm = '04000600'
</if>
<if test="unitcodeList != null and unitcodeList.size() > 0">
and
<foreach collection="unitcodeList" item="dws" open="(" close=")" separator=" or ">
asj.LADW_GAJGJGDM in
<foreach collection="dws" item="dw" separator="," open="(" close=")">
#{dw,jdbcType=VARCHAR}
</foreach>
</foreach>
</if>
</sql>
<!--案件立案分月分析-->
<select id="getFafyuest" resultType="org.springblade.founder.tjfx.entity.AjtjResult">
......
......@@ -83,5 +83,5 @@ public interface AjtjService {
int getZaryListCount(AjtjParam ajtjParam);
List<TbXwZbfzxyr> getZaryList(AjtjParam ajtjParam);
public AjtjParam setDwxx(AjtjParam ajtjParam);
}
......@@ -1162,10 +1162,12 @@ public class AjtjServiceImpl implements AjtjService {
}
@Override
public int getZaryListCount(AjtjParam ajtjParam) {
return ajtjMapper.getZaryListCount(ajtjParam);
}
private AjtjParam setDwxx(AjtjParam ajtjParam){
@Override
public AjtjParam setDwxx(AjtjParam ajtjParam){
String unitcode = ajtjParam.getUnitcode();
if(unitcode!=null&&!"".equals(unitcode)){
ajtjParam.setUnitcode(unitcode);
......
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