Commit 38be21d3 by songyinghui

feat: 活码分组统计

parent 34fd03df
......@@ -204,6 +204,9 @@ public class HmGroupApiServiceImpl implements HmGroupApiService {
hmQrcodeListQDTO.setWxEnterpriseId(wxEnterpriseId);
hmIds = qrcodeService.listHmIdForIndex(hmQrcodeListQDTO);
log.info("导购拥有的活码权限列表:{}", JSON.toJSONString(hmIds));
if (CollectionUtils.isEmpty(hmIds)){
return ServiceResponse.success(0);
}
}
}
int totalReferCount = qrcodeService.getTotalByEnterpriseId(wxEnterpriseId, enterpriseId, hmIds);
......
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