修改列表查询1
This commit is contained in:
parent
b39a5c8e6e
commit
ce9ef01888
@ -55,6 +55,7 @@
|
||||
) AS result
|
||||
JOIN case_exchange a ON result.exchange_id = a.exchange_id
|
||||
LEFT JOIN user c ON c.user_id = a.user_id
|
||||
LEFT JOIN user_comment_exchange d ON d.exchange_id = a.exchange_id
|
||||
<if test="order != null and !order.isEmpty()">
|
||||
ORDER BY
|
||||
<foreach item="entry" index="key" collection="order" separator=",">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user