|
@@ -219,7 +219,7 @@
|
|
AND e.job_nature_ = #{jobNature}
|
|
AND e.job_nature_ = #{jobNature}
|
|
</if>
|
|
</if>
|
|
<if test="search != null">
|
|
<if test="search != null">
|
|
- AND (su.real_name_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%'))
|
|
|
|
|
|
+ AND (su.real_name_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%') or su.id_ like CONCAT('%',#{search},'%'))
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
ORDER BY e.create_time_ DESC <include refid="global.limit"/>) ue
|
|
ORDER BY e.create_time_ DESC <include refid="global.limit"/>) ue
|