Ver a proveniência

[营销分析][修改][查询]

release_toaliyun_real
gongbiao há 7 anos
ascendente
cometimento
71d0f624f8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml Ver ficheiro

@@ -180,7 +180,7 @@
</select> </select>
<select id="queryOrderGroupPeopleCount" parameterType="hashmap" resultType="long"> <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"> <if test=" null != tenantId">
and tenant_id=#{tenantId} and tenant_id=#{tenantId}
</if> </if>


Carregando…
Cancelar
Guardar