BMS应付管理列表查询数据隔离
This commit is contained in:
@@ -34,6 +34,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</select>
|
||||
|
||||
<sql id="common_where">
|
||||
<if test="paymentOrderDO.organizationId != null">
|
||||
AND a.organization_id = #{paymentOrderDO.organizationId}
|
||||
</if>
|
||||
<if test="paymentOrderDO.topOrganizationId != null and paymentOrderDO.topOrganizationId != ''">
|
||||
AND a.top_organization_id = #{paymentOrderDO.topOrganizationId}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user