Browse Source

修改查询板块接口

zou.yingbin 4 years ago
parent
commit
4f918a1837
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/tjmd.go

+ 1 - 1
models/tjmd.go

@@ -388,7 +388,7 @@ select t.marketsectionid,
   from marketsectionconfig t
  inner join market m
     on t.marketid = m.marketid
- inner join markettradeconfig c
+ left join markettradeconfig c
     on t.marketid = c.marketid
  where 1 = 1
  order by t.orderindex