This commit is contained in:
苏尹岚
2021-03-10 17:25:59 +08:00
parent 8859a41bdf
commit a76e30bc35
3 changed files with 49 additions and 24 deletions

View File

@@ -769,7 +769,7 @@ func GetDataResFieldName(vendorID int) (fieldName string) {
// return fieldName
// }
func GetStoresSkusInfo(db *DaoDB, storeIDs, skuIDs []int, status int) (storeSkuList []*model.StoreSkuBind, err error) {
func GetStoresSkusInfo(db *DaoDB, storeIDs, skuIDs []int) (storeSkuList []*model.StoreSkuBind, err error) {
sql := `
SELECT *
FROM store_sku_bind t1