Explorar el Código

修改sql错误

zou.yingbin hace 4 años
padre
commit
6a7df20105
Se han modificado 1 ficheros con 1 adiciones y 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))