|
@@ -182,6 +182,9 @@ namespace Hotline.Application.StatisticalReport
|
|
|
{
|
|
|
RefAsync<int> total = 0;
|
|
|
ISugarQueryable<SelectOrderId> query = null;
|
|
|
+ if (string.IsNullOrEmpty(dto.ParentOrgCode) && dto.OrgCode == _sessionContext.RequiredOrgId)
|
|
|
+ dto.ParentOrgCode = _sessionContext.RequiredOrgId;
|
|
|
+
|
|
|
switch (dto.StatisticsType)
|
|
|
{
|
|
|
case EStatisticsType.YBOrderCountNum:
|