This commit is contained in:
邹宗楠
2024-12-12 16:01:32 +08:00
parent f657e2adb8
commit edbf90bec0
2 changed files with 4 additions and 1 deletions

View File

@@ -384,7 +384,7 @@ func GetStoresSkusForStore(ctx *jxcontext.Context, storeID int, isFocus, isAct b
sql += " AND c.location_code = ?"
sqlParams = append(sqlParams, locationCode2)
} else if locationCode {
sql += " AND c.location_code = ''"
sql += " AND (c.location_code = '' OR c.location_code = 'EMPTY_VALUE') "
}
if keyword != "" {