Commit 9d2b3dd8 by 田超

Merge branch 'fixbug/1028024' into 'master'

bug: [1028024] getBookGroupStatisticsByAgent500

See merge request rays/pcloud-book!1203
parents 1d532ac0 0736f272
...@@ -1002,6 +1002,8 @@ ...@@ -1002,6 +1002,8 @@
AND create_user = #{adviserId} AND create_user = #{adviserId}
AND channel_id = #{channelId} AND channel_id = #{channelId}
AND agent_id = #{agentId} AND agent_id = #{agentId}
ORDER BY join_group_type
LIMIT 1
</select> </select>
......
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