Commit 40ec0638 authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

parents 5b4fd265 71e97d78
......@@ -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