Преглед изворни кода

[会员][修改]:会员自然增长统计的数据库语句修复

release_toaliyun_real
hupeng пре 7 година
родитељ
комит
ff8229e5cd
1 измењених фајлова са 0 додато и 2 уклоњено
  1. +0
    -2
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 0
- 2
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Прегледај датотеку

@@ -415,7 +415,6 @@
SELECT count(*) FROM wx_c_user_basic_info cubi left join wx_c_user cu on cubi.id=cu.id where cu.id is null
<if test="null != tenantId">
and cubi.tenant_id =#{tenantId}
and cu.tenant_id =#{tenantId}
</if>
</select>

@@ -423,7 +422,6 @@
SELECT count(*) FROM wx_c_user_basic_info cubi left join wx_c_user cu on cubi.id=cu.id where cu.id is not null
<if test="null != tenantId">
and cubi.tenant_id =#{tenantId}
and cu.tenant_id =#{tenantId}
</if>
</select>
</mapper>


Loading…
Откажи
Сачувај