@@ -1145,8 +1145,8 @@ func (r *THJPurchaseTradeDetailReq) GetData() (rsp *THJPurchaseTradeDetailRsp, e
t.PICTUREURLS ,
t.REFGOODSID ,
t.REFGOODSCODE
- from wrstandard wr
- where wr.wrstandardid = %v
+ from wrstandard t
+ where t.wrstandardid = %v
`, r.WRSTANDARDID)
if _, err = engine.SQL(sql).Get(&goodsInfo); err != nil {
return