|
|
|
@ -18,7 +18,7 @@ |
|
|
|
pc.*, n.id negative_id, n.* |
|
|
|
pc.*, n.id negative_id, n.* |
|
|
|
FROM |
|
|
|
FROM |
|
|
|
data_petition_complaint pc |
|
|
|
data_petition_complaint pc |
|
|
|
LEFT JOIN negative n ON n.originId = pc.origin_id |
|
|
|
RIGHT JOIN negative n ON n.originId = pc.origin_id |
|
|
|
${ew.getCustomSqlSegment} |
|
|
|
${ew.getCustomSqlSegment} |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|