mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 10:00:24 +08:00
优化代码/实现基础的实名认证功能
This commit is contained in:
@@ -64,7 +64,7 @@ func (this *ServerStatBoardChartDAO) FindEnabledServerStatBoardChart(tx *dbs.Tx,
|
||||
|
||||
// EnableChart 启用图表
|
||||
func (this *ServerStatBoardChartDAO) EnableChart(tx *dbs.Tx, boardId int64, chartId int64) error {
|
||||
op := NewServerStatBoardChartOperator()
|
||||
var op = NewServerStatBoardChartOperator()
|
||||
op.BoardId = boardId
|
||||
op.ChartId = chartId
|
||||
op.State = ServerStatBoardChartStateEnabled
|
||||
|
||||
Reference in New Issue
Block a user