|
|
|
@ -33,6 +33,9 @@ |
|
|
|
1=1 |
|
|
|
1=1 |
|
|
|
<if test = "query.originId != null and query.originId != '' "> |
|
|
|
<if test = "query.originId != null and query.originId != '' "> |
|
|
|
and origin_id like concat('%',#{query.originId,jdbcType=VARCHAR},'%') |
|
|
|
and origin_id like concat('%',#{query.originId,jdbcType=VARCHAR},'%') |
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="query.involvedIssue != null and query.involvedIssue != ''"> |
|
|
|
|
|
|
|
and involved_issue = #{query.involvedIssue} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="query.thingDesc != null and query.thingDesc != ''"> |
|
|
|
<if test="query.thingDesc != null and query.thingDesc != ''"> |
|
|
|
and thing_desc like concat('%',#{query.thingDesc,jdbcType=VARCHAR},'%') |
|
|
|
and thing_desc like concat('%',#{query.thingDesc,jdbcType=VARCHAR},'%') |
|
|
|
@ -89,6 +92,9 @@ |
|
|
|
<if test = "query.originId != null and query.originId != '' "> |
|
|
|
<if test = "query.originId != null and query.originId != '' "> |
|
|
|
and origin_id like concat('%',#{query.originId,jdbcType=VARCHAR},'%') |
|
|
|
and origin_id like concat('%',#{query.originId,jdbcType=VARCHAR},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="query.involvedIssue != null and query.involvedIssue != ''"> |
|
|
|
|
|
|
|
and involved_issue = #{query.involvedIssue} |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test="query.thingDesc != null and query.thingDesc != ''"> |
|
|
|
<if test="query.thingDesc != null and query.thingDesc != ''"> |
|
|
|
and thingDesc like concat('%',#{query.thingDesc,jdbcType=VARCHAR},'%') |
|
|
|
and thingDesc like concat('%',#{query.thingDesc,jdbcType=VARCHAR},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|