|
@@ -99,7 +99,7 @@
|
|
|
AND (p.project_name LIKE CONCAT('%',#{request.condition,jdbcType=VARCHAR},'%')
|
|
|
OR p.project_code LIKE CONCAT('%',#{request.condition,jdbcType=VARCHAR},'%')
|
|
|
OR p.address LIKE CONCAT('%',#{request.condition,jdbcType=VARCHAR},'%')
|
|
|
- OR r.user_id LIKE CONCAT('%',#{request.condition,jdbcType=VARCHAR},'%'))
|
|
|
+ OR ui.name LIKE CONCAT('%',#{request.condition,jdbcType=VARCHAR},'%'))
|
|
|
</if>
|
|
|
<if test="request.projectStatus!=null and request.projectStatus!=''">
|
|
|
AND p.project_status = #{request.projectStatus,jdbcType=VARCHAR}
|