Browse Source

Merge branch 'hotfix/sci_hq_0326' into debug

hsun 1 week ago
parent
commit
5b28597f86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/data/base_from_sci_hq.go

+ 1 - 1
services/data/base_from_sci_hq.go

@@ -452,7 +452,7 @@ func MoveSciHqClassify(classifyId, parentClassifyId, prevClassifyId, nextClassif
 	//	return
 	//}
 
-	if prevSort > 0 {
+	if prevSort >= 0 {
 		//如果是移动在两个兄弟节点之间
 		if nextSort > 0 {
 			//下一个兄弟节点