This commit is contained in:
邹宗楠
2022-11-10 18:39:00 +08:00
parent fb9f21dd34
commit 1f57263d52
2 changed files with 24 additions and 27 deletions

View File

@@ -691,8 +691,6 @@ func GetStoreSkus2(db *DaoDB, vendorID, storeID int, skuIDs []int, mustDirty boo
if err = GetRows(db, &skus, sql, sqlParams...); err != nil {
return nil, err
}
globals.SugarLogger.Debugf("======GetStoreSkus2 := %s", sql)
globals.SugarLogger.Debugf("======GetStoreSkus2 := %s", utils.Format4Output(sqlParams, false))
return skus, err
}