Browse Source

perf: 优化完善

master
wxc 5 months ago
parent
commit
bfd29fc453
  1. 2
      src/main/resources/mapper/DataPetitionComplaintMapper.xml

2
src/main/resources/mapper/DataPetitionComplaintMapper.xml

@ -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>

Loading…
Cancel
Save