@@ -80,7 +80,7 @@
#{designerLeaderId}
</if>
<if test="designerLeader != null and designerLeader != ''">and designer_leader = #{designerLeader}</if>
- <if test="putType != null and putType != ''">and put_type = #{putType}</if>
+ <if test="putType != null and putType != ''">and put_type like concat('%', #{putType}, '%')</if>
<if test="createrId != null and createrId != ''">and creater_id = #{createrId}</if>
</where>
</select>