Skip to content

Commit 3cd397a

Browse files
authored
更新 pole.go
1 parent 9c05dca commit 3cd397a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/mcfish/pole.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ func init() {
502502
attribute := strconv.Itoa(durationList[thingName]) + "/0/" + strconv.Itoa(induceLevel) + "/" + strconv.Itoa(favorLevel)
503503

504504
newthing := article{
505-
Duration: time.Now().Unix() + int64(g*10), // 加偏移避免主键冲突
505+
Duration: time.Now().Unix() + int64(g*10),
506506
Type: "pole",
507507
Name: thingName,
508508
Number: 1,

0 commit comments

Comments
 (0)