Browse Source

信息

develop
wangsixiang 5 months ago
parent
commit
7fcdcd36b9
  1. 2
      zc-business/src/main/resources/mapper/business/DcPublishManageMapper.xml

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

@ -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>

Loading…
Cancel
Save