## Opt - 区域体系增加查询条件
This commit is contained in:
parent
8e9cb6ba74
commit
cc187e45bf
|
@ -88,6 +88,9 @@
|
||||||
<if test="memberCode != null and memberCode !=''">
|
<if test="memberCode != null and memberCode !=''">
|
||||||
and cm.MEMBER_CODE like #{memberCode} || '%'
|
and cm.MEMBER_CODE like #{memberCode} || '%'
|
||||||
</if>
|
</if>
|
||||||
|
<if test="regionVertexPkId != null">
|
||||||
|
and bv.REGION_VERTEX_PK_ID = #{regionVertexPkId}
|
||||||
|
</if>
|
||||||
order by bv.creation_time
|
order by bv.creation_time
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue