This commit is contained in:
Kathy Ruffing 2013-06-21 14:38:02 +00:00
parent 5c213e8f35
commit a3a428bcd0

View File

@ -138,14 +138,14 @@ namespace DataLoader
// last sibling. In data, these are represented with the SQL database field in the transitions
// table 'IsRange' == 2, and the toid == rangeid. In the content record, the link is
// TransitionRange:[type] [tranid] [toid] [rangeid] -> and the toid == rangeid
if (itype == 2)
{
if (dr["TOSEQUENCE"].ToString().Length > 3 &&
dr["TOSEQUENCE"].ToString().Substring(0, 2) == dr2["TOSEQUENCE"].ToString().Substring(0, 2))
thekey2 = thekey;
else
thekey2 = dr2["TONUMBER"].ToString() + "|" + dr2["TOSEQUENCE"].ToString().Substring(0, 3);
}
//if (itype == 2)
//{
// if (dr["TOSEQUENCE"].ToString().Length > 3 &&
// dr["TOSEQUENCE"].ToString().Substring(0, 2) == dr2["TOSEQUENCE"].ToString().Substring(0, 2))
// thekey2 = thekey;
// else
// thekey2 = dr2["TONUMBER"].ToString() + "|" + dr2["TOSEQUENCE"].ToString().Substring(0, 3);
//}
if (dicTrans_ItemDone.ContainsKey(thekey2))
{
toItem2 = dicTrans_ItemDone[thekey2];