Browse Source

Merge branch 'Release2.3' of http://36.129.163.148:10080/gaoshipeng/OTS2_0 into Release2.3

CXS 3 years ago
parent
commit
96c83b9aa3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

+ 1 - 0
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

@@ -460,6 +460,7 @@ namespace OTSIncAReportGrids
             keyValues.Add("rowid", table["str4"].ToString());
             keyValues.Add("TypeName", table["str6"].ToString());
             keyValues.Add("ParticleImage", table["str5"].ToString());
+            keyValues.Add("FieldID", "FieldID");
             keyValues.Add("SEMPosX", "SEMPosX");
             keyValues.Add("SEMPosY", "SEMPosY");
             for (int i = 0; i < strs.Count(); i++)