dev #2
@ -138,6 +138,7 @@
|
||||
<select id="selectStrategyTempByTempId" parameterType="String" resultMap="EmsStrategyTempResult">
|
||||
<include refid="selectEmsStrategyTempVo"/>
|
||||
where template_id = #{templateId}
|
||||
order by start_time, end_time
|
||||
</select>
|
||||
|
||||
<delete id="deleteTempByTempId" parameterType="String">
|
||||
@ -147,6 +148,7 @@
|
||||
<select id="getTempListBySiteIdAndStrategyId" resultMap="EmsStrategyTempResult">
|
||||
<include refid="selectEmsStrategyTempVo"/>
|
||||
where site_id = #{siteId} and strategy_id = #{strategyId}
|
||||
order by start_time, end_time
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user