|
|
@ -125,6 +125,9 @@
|
|
|
|
<if test="query.atomicName != null and query.atomicName != ''">
|
|
|
|
<if test="query.atomicName != null and query.atomicName != ''">
|
|
|
|
and mai.name like concat('%', #{query.atomicName}, '%')
|
|
|
|
and mai.name like concat('%', #{query.atomicName}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="query.indexSource != null and query.indexSource != ''">
|
|
|
|
|
|
|
|
and mai.index_source = #{query.indexSource}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<choose>
|
|
|
|
<choose>
|
|
|
|
<when test="query.indexHasRecord != null and query.indexHasRecord == false">
|
|
|
|
<when test="query.indexHasRecord != null and query.indexHasRecord == false">
|
|
|
|
and nrs.id is null
|
|
|
|
and nrs.id is null
|
|
|
|