Merge remote-tracking branch 'origin/master'

This commit is contained in:
songmingsong
2024-12-06 16:15:30 +08:00
9 changed files with 170 additions and 62 deletions

View File

@ -34,6 +34,7 @@
<if test="startTime!= null">and so.create_time &gt;= #{startTime} </if>
<if test="endTime!= null">and so.create_time &lt;= #{endTime} </if>
</where>
order by so.create_time desc
</select>
<select id="getById" resultType="com.ycwl.basic.model.pc.source.resp.SourceRespVO">
select so.id, scenic_id, device_id, member_id, url, so.create_time, so.update_time,sc.`name` as scenicName