Explorar el Código

修改图标id

hongze hace 3 años
padre
commit
4f2a7ea304
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      models/chart.go

+ 1 - 1
models/chart.go

@@ -12,7 +12,7 @@ import (
 )
 
 type ChartInfo struct {
-	ChartInfoId     int       `orm:"column(chart_info_id);pk"`
+	ChartInfoId     int       `json:"-" orm:"column(chart_info_id);pk"`
 	ChartName       string    `description:"来源名称"`
 	ChartClassifyId int       `json:"-" description:"图表分类id"`
 	SysUserId       int       `json:"-"`