BMS计费引擎模块数据权限隔离修改调整

This commit is contained in:
秦鸿展
2026-02-25 15:34:15 +08:00
parent e30aef6305
commit 2706bb3225
4 changed files with 74 additions and 8 deletions
@@ -100,6 +100,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="billingRulesDO.createByName != null and billingRulesDO.createByName != ''">
AND create_by_name like concat('%', #{billingRulesDO.createByName}, '%')
</if>
<if test="billingRulesDO.organizationId != null">
and organization_id = #{billingRulesDO.organizationId}
</if>
</sql>
</mapper>