|
|
|
@@ -180,7 +180,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="queryOrderGroupPeopleCount" parameterType="hashmap" resultType="long"> |
|
|
|
select count(*) from (select DISTINCT c_user_id from wx_order where order_group_id!=0 |
|
|
|
select count(*) from (select id from wx_order where order_group_id!=0 |
|
|
|
<if test=" null != tenantId"> |
|
|
|
and tenant_id=#{tenantId} |
|
|
|
</if> |
|
|
|
|