|
|
@ -67,7 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<select id="selectDcPublishManageList" parameterType="DcPublishManage" resultMap="DcPublishManageResult"> |
|
|
|
<include refid="selectDcPublishManageVo"/> |
|
|
|
<where> |
|
|
|
manage.publish_channels !=7 and manage.publish_channels !=4 |
|
|
|
manage.event_id is not null |
|
|
|
<if test="eventState != null"> and event.event_state = #{eventState}</if> |
|
|
|
<if test="eventType != null and eventType != ''"> and event.event_type = #{eventType}</if> |
|
|
|
<if test="publishStatus != null "> and manage.publish_status = #{publishStatus}</if> |
|
|
|