Browse Source

调度记录

develop
王兴琳 10 months ago
parent
commit
7f9c156427
  1. 2
      zc-business/src/main/resources/mapper/business/DcEventProcessMapper.xml

2
zc-business/src/main/resources/mapper/business/DcEventProcessMapper.xml

@ -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}
where event_id = #{eventId} and type = 'text'
</select>
</mapper>
Loading…
Cancel
Save