京东商城同步测试
This commit is contained in:
@@ -973,7 +973,6 @@ func GetStoreSkusByNameIDs(db *DaoDB, storeIDs []int, nameID int) (skuList []*St
|
||||
AND a.deleted_at = ?
|
||||
`
|
||||
sqlParams := []interface{}{
|
||||
nameID,
|
||||
utils.DefaultTimeValue,
|
||||
}
|
||||
if nameID != 0 {
|
||||
|
||||
Reference in New Issue
Block a user