This commit is contained in:
suyl
2021-05-12 16:18:11 +08:00
parent b00882859f
commit 89ff19ae6d

View File

@@ -4366,7 +4366,7 @@ func QueryPageSkus(ctx *jxcontext.Context, vendorID int, keyword string, lng, la
db = dao.GetDB()
results []*QueryPageSkusResult
)
db.Db = orm.NewOrmUsingDB("c4beta")
//db.Db = orm.NewOrmUsingDB("c4beta")
sqlJD := `
SELECT b.orgcode org_code, a.wmpoiid store_id, b.name store_name, a.Base sku_id, a.name sku_name, a.month_saled month_sales, a.basic_price, b.address, b.bak_info city_name
FROM jingdong_foodlist a