Commit 71e97d78 authored by hezhen's avatar hezhen

123

parent c78c3118
......@@ -73,6 +73,7 @@
SELECT
COUNT(id) as number,
r.receive_user_id as receiveUserId,
r.receive_company_id as receiveCompanyId,
r.receive_time as receiveTime,
GROUP_CONCAT(r.`status`) as statusStr,
GROUP_CONCAT(r.id) as ids
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment