|
|
@ -152,7 +152,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
<select id="selectDcEventProcessByEventId" parameterType="string" resultMap="DcEventProcessResult"> |
|
|
|
<include refid="selectDcEventProcessVo"/> |
|
|
|
where event_id = #{eventId} and type = 'text' |
|
|
|
where event_id = #{eventId} |
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |