|
@@ -23,7 +23,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectTProjectContactsList" parameterType="TProjectContacts" resultMap="TProjectContactsResult">
|
|
|
<include refid="selectTProjectContactsVo"/>
|
|
|
- <where>
|
|
|
+ <where>
|
|
|
+ del_flag = 0
|
|
|
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
|
|
<if test="position != null and position != ''"> and position like concat('%', #{position}, '%')</if>
|
|
|
<if test="contact != null and contact != ''"> and contact like concat('%', #{contact}, '%')</if>
|