更新
This commit is contained in:
parent
42f5e8f559
commit
083e74373c
@ -20,7 +20,7 @@
|
|||||||
rcs.id,
|
rcs.id,
|
||||||
rcs.name
|
rcs.name
|
||||||
FROM rescue_second_channel_association rsca
|
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
|
where rsca.dispatch_id = #{dispatchId} AND rsca.deleted = 0
|
||||||
ORDER BY rcs.create_time ASC
|
ORDER BY rcs.create_time ASC
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user