自动获取协议

This commit is contained in:
liukang 2025-03-05 16:31:42 +08:00
parent 3aa936d7e3
commit 4a19a615b4

View File

@ -58,7 +58,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectAll" resultMap="PerformResult">
<include refid="selectPerformVo"/>
where status = '1'
order by start_time desc
</select>