This commit is contained in:
xuyuncong 2025-10-15 14:17:05 +08:00
parent 42f5e8f559
commit 083e74373c

View File

@ -20,7 +20,7 @@
rcs.id,
rcs.name
FROM rescue_second_channel_association rsca
LEFT JOIN rescue_channel_source rcs ON rcs.id = rsca.channel_id AND rcs.type = 0 AND rcs.deleted = 0
RIGHT JOIN rescue_channel_source rcs ON rcs.id = rsca.channel_id AND rcs.type = 0 AND rcs.deleted = 0
where rsca.dispatch_id = #{dispatchId} AND rsca.deleted = 0
ORDER BY rcs.create_time ASC
</select>