@@ -325,6 +325,7 @@ public class ProductCategoryServiceImpl implements IProductCategoryService {
List<String> areaList = new ArrayList<>();
areaList = productCategoryMapper.getAreaList(dto);
return areaList;
+
}