小偷统计

This commit is contained in:
曹磊 2025-07-03 16:17:42 +08:00
parent 0ba32fdb55
commit 82f7f43bc4
1 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@
and a.add_time <= #{hy.endTime}
group by a.housingestate_id,b.name
ORDER BY weight desc
limit 10
</select>
<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 &lt;= #{hy.endTime}
group by a.housingestate_id,b.name
ORDER BY cn desc
limit 10
</select>
<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 &lt;= #{hy.endTime}
group by a.housingestate_id,b.name
order by cn desc
limit 10
</select>
</mapper>