小偷统计
This commit is contained in:
parent
0ba32fdb55
commit
82f7f43bc4
|
@ -30,7 +30,6 @@
|
||||||
and a.add_time <= #{hy.endTime}
|
and a.add_time <= #{hy.endTime}
|
||||||
group by a.housingestate_id,b.name
|
group by a.housingestate_id,b.name
|
||||||
ORDER BY weight desc
|
ORDER BY weight desc
|
||||||
limit 10
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryXqHyXzList" parameterType="org.jeecg.modules.zh.view.hy.entity.Hy" resultType="org.jeecg.modules.zh.view.hy.entity.Hy">
|
<select id="queryXqHyXzList" parameterType="org.jeecg.modules.zh.view.hy.entity.Hy" resultType="org.jeecg.modules.zh.view.hy.entity.Hy">
|
||||||
|
@ -44,7 +43,6 @@
|
||||||
and a.register_date <= #{hy.endTime}
|
and a.register_date <= #{hy.endTime}
|
||||||
group by a.housingestate_id,b.name
|
group by a.housingestate_id,b.name
|
||||||
ORDER BY cn desc
|
ORDER BY cn desc
|
||||||
limit 10
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryXqHyTdcsList" parameterType="org.jeecg.modules.zh.view.hy.entity.Hy" resultType="org.jeecg.modules.zh.view.hy.entity.Hy">
|
<select id="queryXqHyTdcsList" parameterType="org.jeecg.modules.zh.view.hy.entity.Hy" resultType="org.jeecg.modules.zh.view.hy.entity.Hy">
|
||||||
|
@ -58,7 +56,6 @@
|
||||||
and a.add_time <= #{hy.endTime}
|
and a.add_time <= #{hy.endTime}
|
||||||
group by a.housingestate_id,b.name
|
group by a.housingestate_id,b.name
|
||||||
order by cn desc
|
order by cn desc
|
||||||
limit 10
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
Loading…
Reference in New Issue