一公司边界入侵企业端代码未与监管端代码统一问题修复
parent
3dbcce216d
commit
c8a22f8189
|
@ -191,6 +191,9 @@
|
|||
<if test="forMap != null and forMap != ''">
|
||||
-- and f.REGIONINDEXCODE in ('3152c0150e93491fb37f5c015fbb943e','1b0f290142534d62957bf0b6f852c589')
|
||||
</if>
|
||||
<if test="INDEXCODE !=null and INDEXCODE != ''">
|
||||
and f.INDEXCODE = #{INDEXCODE}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<!-- 批量删除 -->
|
||||
|
|
Loading…
Reference in New Issue