Browse Source

递归截断

lcl 5 months ago
parent
commit
43d50414b7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Util/PrizeDo.cs

+ 4 - 0
Util/PrizeDo.cs

@@ -936,6 +936,10 @@ namespace Util
                         {
                             objId = parent.ToString();
                         }
+                        else
+                        {
+                            objId = "0";
+                        }
                         index += 1;
                     }
                     setLogStep(sub.id, Newtonsoft.Json.JsonConvert.SerializeObject(topStepDic));