Commit 2cd8f7da by yanru

修改今日命案新增数查询条件

parent eb44c196
......@@ -247,7 +247,7 @@
<!--工作台统计数据-->
<select id="getGztCount" parameterType="java.util.Map" resultType="java.util.Map">
select
count(to_days(asj.larq) = to_days(now()) or null) as jrmaxzCount,<!--今日命案新增-->
count(to_days(asj.xxrsjksj) = to_days(now()) or null) as jrmaxzCount,<!--今日命案新增-->
count( asjcz.laywsjzt = '01' or null ) as ladspCount,<!--立案待审批-->
count( asjcz.laywsjzt = '03' or null ) as laspwtgCount,<!--立案审批未通过-->
count( (asjcz.laywsjzt = '02' and asjcz.zczjywsjzt='01') or null ) as zczjdspCount,<!--侦查终结待审批-->
......
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