This commit is contained in:
gazebo
2019-11-26 11:47:33 +08:00
parent ed0f172865
commit af7ba61bbc
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ func GetActStoreSkuVendorList(db *DaoDB, actID int, vendorIDs, storeIDs, skuIDs
pageSize = FormalizePageSize(pageSize)
leftOrEmpty := ""
if len(vendorIDs) == 1 && vendorIDs[0] == -1 {
if len(vendorIDs) == 1 && (vendorIDs[0] == -1 || vendorIDs[0] == model.VendorIDJX) {
leftOrEmpty = "LEFT"
}
sql := fmt.Sprintf(`