查货主卡死;
This commit is contained in:
@@ -200,7 +200,6 @@
|
|||||||
<if test="settlementCustomersDO.organizationId != null">
|
<if test="settlementCustomersDO.organizationId != null">
|
||||||
AND (
|
AND (
|
||||||
a.organization_id = #{settlementCustomersDO.organizationId}
|
a.organization_id = #{settlementCustomersDO.organizationId}
|
||||||
OR b.org_code LIKE concat('%', #{settlementCustomersDO.organizationId}, '%')
|
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
<if test="settlementCustomersDO.topOrganizationId != null and settlementCustomersDO.topOrganizationId != ''">
|
<if test="settlementCustomersDO.topOrganizationId != null and settlementCustomersDO.topOrganizationId != ''">
|
||||||
|
|||||||
Reference in New Issue
Block a user