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