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