Commit 91569280 authored by vipwzw's avatar vipwzw

auto ci

parent ad86eb98
......@@ -94,7 +94,6 @@ func (g *Guess) execDelLocal(receipt *types.ReceiptData) (*types.LocalDBSet, err
dbSet.KV = append(dbSet.KV, kvs...)
}
return dbSet, nil
}
......
......@@ -68,7 +68,7 @@ func (tx *GuessRow) Get(key string) ([]byte, error) {
return []byte(fmt.Sprintf("%s:%2d", tx.Addr, tx.Status)), nil
} else if key == "admin" {
return []byte(tx.AdminAddr), nil
}else if key == "admin_status" {
} else if key == "admin_status" {
return []byte(fmt.Sprintf("%s:%2d", tx.AdminAddr, tx.Status)), nil
} else if key == "category_status" {
return []byte(fmt.Sprintf("%s:%2d", tx.Category, tx.Status)), nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment