|
|
@@ -77,6 +77,10 @@ |
|
|
and c.`type` = #{type} |
|
|
and c.`type` = #{type} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != columnId "> |
|
|
|
|
|
and c.`column_id` = #{columnId} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != title and ''!=title"> |
|
|
<if test=" null != title and ''!=title"> |
|
|
and c.`title` like concat('%', #{title},'%') |
|
|
and c.`title` like concat('%', #{title},'%') |
|
|
</if> |
|
|
</if> |
|
|
|