You've already forked FrameTour-BE
bug修复
This commit is contained in:
@@ -101,4 +101,9 @@
|
||||
from face_sample
|
||||
where id = #{id}
|
||||
</select>
|
||||
<select id="listEntity" resultType="com.ycwl.basic.model.pc.faceSample.entity.FaceSampleEntity">
|
||||
select *
|
||||
from face_sample
|
||||
where scenic_id = #{scenicId} and create_at <= #{endDate}
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user