Ver Fonte

联调问题修改

zou.yingbin há 4 anos atrás
pai
commit
a24350cfd3
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      models/wrTrade2.go

+ 2 - 2
models/wrTrade2.go

@@ -3747,10 +3747,10 @@ select t.sectionid,
     on t.deliverygoodsid = g.deliverygoodsid
  inner join Deliverygoodssection s
     on t.sectionid = s.sectionid
- where t.sectionid = 1
+ where 1 = 1
    and t.showflag = 1
    and s.showflag = 1
-   and g.dgstatus = 1
+   and s.sectiontype = 2
  order by t.sectionid, t.orderindex
 `
 	return sqlId.String()