diff --git a/Server/Repositories/InfinityQSRepository.cs b/Server/Repositories/InfinityQSRepository.cs index bf35afb..bc6440d 100644 --- a/Server/Repositories/InfinityQSRepository.cs +++ b/Server/Repositories/InfinityQSRepository.cs @@ -69,7 +69,7 @@ public class InfinityQSRepository : IInfinityQSRepository .AppendLine(" from [spcepiworld].[dbo].[ctrl_lim] cl, ") .AppendLine(" where cl.f_part = pd.f_part ") .AppendLine(" and cl.f_test = td.f_test ") - .AppendLine(" ) cl_count ") + .AppendLine(" ) cl_count, ") .AppendLine(" (select count(sl.f_part) ") .AppendLine(" from [spcepiworld].[dbo].[spec_lim] sl, ") .AppendLine(" where sl.f_part = pd.f_part ") diff --git a/Server/Repositories/InfinityQSV2Repository.cs b/Server/Repositories/InfinityQSV2Repository.cs index 63d4e3a..235d5b6 100644 --- a/Server/Repositories/InfinityQSV2Repository.cs +++ b/Server/Repositories/InfinityQSV2Repository.cs @@ -69,7 +69,7 @@ public class InfinityQSV2Repository : IInfinityQSV2Repository .AppendLine(" from [spcepiworld].[dbo].[ctrl_lim] cl, ") .AppendLine(" where cl.f_part = pd.f_part ") .AppendLine(" and cl.f_test = td.f_test ") - .AppendLine(" ) cl_count ") + .AppendLine(" ) cl_count, ") .AppendLine(" (select count(sl.f_part) ") .AppendLine(" from [spcepiworld].[dbo].[spec_lim] sl, ") .AppendLine(" where sl.f_part = pd.f_part ")