You've already forked FrameTour-BE
bug修复
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user