update 修改消息存储规则
This commit is contained in:
parent
128078acaa
commit
dc44379c5e
|
@ -23,7 +23,7 @@
|
||||||
WHERE
|
WHERE
|
||||||
user_two_email = #{userEmail}
|
user_two_email = #{userEmail}
|
||||||
AND del = FALSE
|
AND del = FALSE
|
||||||
GROUP BY
|
ORDER BY
|
||||||
flag DESC,
|
flag DESC,
|
||||||
last_user_send_time DESC,
|
last_user_send_time DESC,
|
||||||
last_customer_send_time DESC
|
last_customer_send_time DESC
|
||||||
|
|
Loading…
Reference in New Issue