Commit f9726f43 authored by brent's avatar brent

modify

parent 92abd034
......@@ -156,7 +156,7 @@ func (server *WhitelistController) Update() {
whitelist := model.Whitelist{
ID: int64(request.Id),
Character: request.ProfitAddress,
ProfitAddress: request.ProfitAddress,
NodeNum: int64(request.NodeNum),
CreatedTime: request.CreatedTime,
UpdatedTime: request.UpdatedTime,
......@@ -214,7 +214,7 @@ func (server *WhitelistController) Delete() {
whitelist := model.Whitelist{
ID: int64(request.Id),
Character: request.ProfitAddress,
ProfitAddress: request.ProfitAddress,
NodeNum: int64(request.NodeNum),
CreatedTime: request.CreatedTime,
UpdatedTime: request.UpdatedTime,
......
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