添加招标信息,修改小程序用户登录商品列表

This commit is contained in:
邹宗楠
2022-03-29 15:15:28 +08:00
parent e01f3ea1f2
commit b3c4348268
7 changed files with 91 additions and 2 deletions

View File

@@ -881,8 +881,6 @@ func GetStoresSkusNew(ctx *jxcontext.Context, storeIDs, skuIDs []int, upcs []str
}
var tmpList []*tGetStoresSkusInfo
beginTime := time.Now()
fmt.Println("long=================================sql", sql)
fmt.Println("long============================paramter", sqlParams)
if err = dao.GetRowsTx(txDB, &tmpList, sql, sqlParams...); err != nil {
dao.Rollback(db, txDB)
return nil, err