group by修改

This commit is contained in:
2025-01-20 16:15:40 +08:00
parent 8bc94c1257
commit 6a9823bc64
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ namespace DOAN.ServiceCore
if (layerPoints != null && layerPoints.Count > 0)
{
int currentPackageCount = 1; // 默认最小值为1
int currentPackageCount = 0; // 默认最小值为0
foreach (PlcAddressTable point in layerPoints)
{