|
@@ -1093,6 +1093,7 @@ select to_char(t.updatetime, 'yyyy-mm-dd hh24:mi:ss') createtime,
|
|
|
left join enumdicitem e
|
|
left join enumdicitem e
|
|
|
on w.unitid = e.enumitemname
|
|
on w.unitid = e.enumitemname
|
|
|
and e.enumdiccode = 'goodsunit'
|
|
and e.enumdiccode = 'goodsunit'
|
|
|
|
|
+ where 1=1
|
|
|
`
|
|
`
|
|
|
sqlId.And("s.userid", r.Areauserid)
|
|
sqlId.And("s.userid", r.Areauserid)
|
|
|
sqlId.And("t.middlegoodsid", r.MiddlegoodsId)
|
|
sqlId.And("t.middlegoodsid", r.MiddlegoodsId)
|