自动获取协议
This commit is contained in:
parent
3aa936d7e3
commit
4a19a615b4
@ -58,7 +58,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
|
|
||||||
<select id="selectAll" resultMap="PerformResult">
|
<select id="selectAll" resultMap="PerformResult">
|
||||||
<include refid="selectPerformVo"/>
|
<include refid="selectPerformVo"/>
|
||||||
where status = '1'
|
|
||||||
order by start_time desc
|
order by start_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user