Merge branch 'dev' into dev-zza

This commit is contained in:
Lemon
2025-03-27 08:40:10 +08:00
12 changed files with 785 additions and 149 deletions

View File

@@ -137,12 +137,12 @@
<if test="frameType != null and frameType != ''">
and frame_type = #{frameType,jdbcType=VARCHAR}
</if>
<if test="startTime != null and startTime != ''">
<if test="startTime != null">
and create_time &gt;= #{startTime,jdbcType=TIMESTAMP}
</if>
<if test="endTime != null and endTime != ''">
<if test="endTime != null">
and create_time &lt;= #{endTime,jdbcType=TIMESTAMP}
</if>
order by create_time desc
</select>
</mapper>
</mapper>