Commit 23ccaf3c by zhiwj

提交门店

parent 2410ff33
......@@ -622,7 +622,7 @@ public class StoreOpenApiServiceImpl implements StoreOpenApiService {
}
}
if (regionId != null) {
if (regionMap.containsKey(storeCode)) {
if (regionMap.containsKey(regionId.toString())) {
return true;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment