Commit 2b2d7ec5 by lilei

修改命案列表查询

parent e1cf6be9
......@@ -520,7 +520,7 @@
and (asjcz.zczjywsjzt is null or asjcz.zczjywsjzt = ''))
</if>
<if test="zczjywsjztList != null and laywsjztList == null" >
AND asjcz.zczjywsjzt = '02' and
AND asjcz.laywsjzt = '02' and
<foreach collection="zczjywsjztList" item="item" open="(" separator="or" close=")">
<if test="item == '00'">
asjcz.zczjywsjzt is null or asjcz.zczjywsjzt = '' or asjcz.zczjywsjzt = #{item , jdbcType=VARCHAR }
......
......@@ -211,6 +211,8 @@ public class AjspServiceImpl implements IAjspService {
//若该案件是现案则检测现勘编号
if (year.equals(larqYear)) {
deteilMap.put("xkbh", sfNotNull(tbStAsj.getXckybh()));
}else {
deteilMap.put("xkbh", "1");
}
} catch (Exception e) {
e.printStackTrace();
......
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