一公司边界入侵企业端代码未与监管端代码统一问题修复

liujun0703-新项目开发
liujun 2024-06-28 22:21:30 +08:00
parent 3dbcce216d
commit c8a22f8189
1 changed files with 3 additions and 0 deletions

View File

@ -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>
<!-- 批量删除 -->