Browse Source

联调问题修改

zou.yingbin 4 năm trước cách đây
mục cha
commit
a24350cfd3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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()