|
@@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectTMtMessageattentionList" parameterType="TMtMessageattention" resultMap="TMtMessageattentionResult">
|
|
|
<include refid="selectTMtMessageattentionVo"/>
|
|
|
<where>
|
|
|
- <if test="responsible != null and responsible != ''"> and responsible like concat(concat('%', #{responsible}), '%')</if>
|
|
|
+ <if test="responsible != null and responsible != ''"> and (responsible = #{responsible} or is_person = '2' )</if>
|
|
|
<if test="action != null and action != ''"> and action like concat(concat('%', #{action}), '%')</if>
|
|
|
<if test="deadline != null and deadline != ''"> and deadline = #{deadline}</if>
|
|
|
<if test="status != null and status != ''"> and status = #{status}</if>
|