|
@@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</if>
|
|
</if>
|
|
|
<if test="projectName != null and projectName != ''">
|
|
<if test="projectName != null and projectName != ''">
|
|
|
- AND p.project_name = #{projectName}
|
|
|
|
|
|
|
+ AND p.project_name = like concat('%', #{projectName}, '%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="encoder != null and encoder != ''">
|
|
<if test="encoder != null and encoder != ''">
|
|
|
AND p.encoder = #{encoder}
|
|
AND p.encoder = #{encoder}
|