AlarmFlowMapper.xml
487 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.huaheng.common.mail.alarmmail.mapper.AlarmFlowMapper">
<select id="selectEntityByAlarmidList" resultType="com.huaheng.common.mail.alarmmail.domain.AlarmFlow">
select addressee , addresseeemail from alarm_flow where alarmid = #{alarmid} and grade <= #{garade} and enable = true
</select>
</mapper>