Explorar o código

修改sql错误

zou.yingbin %!s(int64=4) %!d(string=hai) anos
pai
achega
6a7df20105
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/tjmd.go

+ 1 - 1
models/tjmd.go

@@ -53,7 +53,7 @@ select g1.goodsid,
     on g1.refgoodsid = g2.goodsid
   left join goodsgroup gp
     on g1.goodsgroupid = gp.goodsgroupid
-  where 1=1 and and g1.goodsstatus = 3
+  where 1=1 and g1.goodsstatus = 3
 `
 	sqlId.JoinEx(r.FtMarketIds != "", fmt.Sprintf(" and gp.marketid in(%v)", r.FtMarketIds))