bug修复

This commit is contained in:
2025-02-05 11:28:50 +08:00
parent 0b861f0e21
commit 7892c0f5cc
21 changed files with 324 additions and 95 deletions

View File

@ -40,7 +40,7 @@
FROM (
select count(1) as count
from statistics
where type=0 and scenic_id = #{scenicId}
where type=10 and morph_id in (1047,1048,1049) and scenic_id = #{scenicId}
<if test="startTime!= null">
and create_time >= #{startTime}
</if>
@ -169,7 +169,7 @@
FROM (
select count(1) as count
from statistics
where type in (0,10) and scenic_id = #{scenicId}
where type in (10) and scenic_id = #{scenicId}
<if test="startTime!= null">
and create_time >= #{startTime}
</if>