市场活动报表查询调整

This commit is contained in:
mzr 2025-03-15 14:42:42 +08:00
parent e79ef356dc
commit 11ec6d4839
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@
GROUP BY GROUP BY
t1.sem_id ) mact t1.sem_id ) mact
LEFT JOIN crm_marketing_area_info b ON mact.sem_id = b.id LEFT JOIN crm_marketing_area_info b ON mact.sem_id = b.id
WHERE b.status = '1'
</select> </select>
<!-- 市场活动报表-按照业务员分组统计 --> <!-- 市场活动报表-按照业务员分组统计 -->