@@ -2159,7 +2159,7 @@ func LabelHandel(tx *sql.Tx, oldlabelType, labelType int64, uId, level, oldTrail
//查询以前是什么数据
if labelChangeTime == nowStr {
//同一天修改过
- if oldlabelType != 0 {
+ if oldlabelType != 1 {
updateLabelType = labelType
}
} else {