|
@@ -111,10 +111,11 @@ func GetTacticsListAll2() (list []*Tactics2, err error) {
|
|
|
}
|
|
|
|
|
|
type TacticsListResp struct {
|
|
|
- Paging *paging.PagingItem
|
|
|
- MatchTypeName string `description:"匹配类型"`
|
|
|
- CategoryImgUrlPc string `description:"图片"`
|
|
|
- List []*ReportArticle
|
|
|
+ Paging *paging.PagingItem
|
|
|
+ MatchTypeName string `description:"匹配类型"`
|
|
|
+ ChartPermissionId int `description:"行业ID"`
|
|
|
+ CategoryImgUrlPc string `description:"图片"`
|
|
|
+ List []*ReportArticle
|
|
|
}
|
|
|
|
|
|
func GetReportTacticsList(condition string, pars []interface{}, userId, startSize, pageSize int) (items []*ReportArticle, err error) {
|