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