This commit is contained in:
2020-07-10 17:46:12 +00:00
parent cdd0706881
commit 75af96b37e

View File

@@ -58,7 +58,7 @@ namespace rockfishCore.Util
string sId = vv.ToString(); string sId = vv.ToString();
if (sId.Contains(",")) if (sId.Contains(","))
sId = sId.Split('.')[0]; sId = sId.Split('.')[0];
Id = $"00-{sId}"; Id = sId;
} }
public override string ToString() public override string ToString()