partner JoinFormula in HsOfficeDebitorEntity using real hs_office.partner
This commit is contained in:
parent
d98c8ef8d3
commit
e12a33411e
@ -87,7 +87,7 @@ public class HsOfficeDebitorEntity implements BaseEntity<HsOfficeDebitorEntity>,
|
|||||||
value = """
|
value = """
|
||||||
(
|
(
|
||||||
SELECT DISTINCT partner.uuid
|
SELECT DISTINCT partner.uuid
|
||||||
FROM hs_office.partner_rv partner
|
FROM hs_office.partner partner
|
||||||
JOIN hs_office.relation dRel
|
JOIN hs_office.relation dRel
|
||||||
ON dRel.uuid = debitorreluuid AND dRel.type = 'DEBITOR'
|
ON dRel.uuid = debitorreluuid AND dRel.type = 'DEBITOR'
|
||||||
JOIN hs_office.relation pRel
|
JOIN hs_office.relation pRel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user