BMS计费管理列表查询数据隔离
This commit is contained in:
@@ -121,6 +121,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="businessDocumentDO.createByName != null and businessDocumentDO.createByName != ''">
|
||||
AND create_by_name like concat('%', #{businessDocumentDO.createByName}, '%')
|
||||
</if>
|
||||
<if test="businessDocumentDO.organizationId != null">
|
||||
AND organization_id = #{businessDocumentDO.organizationId}
|
||||
</if>
|
||||
<if test="businessDocumentDO.topOrganizationId != null and businessDocumentDO.topOrganizationId != ''">
|
||||
AND top_organization_id = #{businessDocumentDO.topOrganizationId}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user