group by修改
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user