|
|
@@ -39,8 +39,8 @@ |
|
|
<if test=" null != type "> |
|
|
<if test=" null != type "> |
|
|
and cc.`type` = #{type} |
|
|
and cc.`type` = #{type} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != title "> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != title and ''!= title"> |
|
|
and cc.`title` like concat('%', #{title},'%') |
|
|
and cc.`title` like concat('%', #{title},'%') |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|