Roc hai 8 meses
pai
achega
52a4234523
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  1. 0 1
      controllers/data_manage/manual_edb.go
  2. 0 1
      controllers/target.go

+ 0 - 1
controllers/data_manage/manual_edb.go

@@ -296,7 +296,6 @@ func (c *ManualEdbController) EdbSearch() {
 // @Param   TradeCode   query   string  false       "指标唯一编码"
 // @Param   ClassifyId   query   int  false       "分类id"
 // @Param   UserId   query   int  false       "用户id"
-// @Param   EdbShowType   query   string  true       "指标展示类型:0,1,2; 0:不管有没有数据,指标都展示出来, 1:只展示有数据的指标, 2:只展示没有数据的指标"
 // @Success 200 {object} models.TargetItemListResp
 // @router /target/edb/list [get]
 func (c *ManualEdbController) EdbList() {

+ 0 - 1
controllers/target.go

@@ -27,7 +27,6 @@ import (
 	"time"
 
 	"github.com/rdlucklib/rdluck_tools/paging"
-	"github.com/shopspring/decimal"
 	"github.com/tealeg/xlsx"
 )