Ver Fonte

修改BUG

zhou.xiaoning há 3 anos atrás
pai
commit
f1b980974b
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      models/ferroalloy.go

+ 2 - 2
models/ferroalloy.go

@@ -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