# \[24.02.21] 상품등록/수정 성능(속도) 개선 건 패치 범위 안내

{% hint style="info" %}

* 본 내용은 고도몰 기능 업데이트(패치)전에 패치 범위 내 상점의 자체적인 점검을 진행하실 수 있도록 제공되는 내용입니다.
* 패치범위 점검은 고도몰 개발가이드를 참고하시어 진행하여 주시기를 바랍니다.\
  (별도의 패치 파일은 제공되지 않습니다.)
* 패치범위는 통보 없이 변경될 수 있으며 변경되는 대로 업데이트될 예정입니다.
  {% endhint %}

***

**적용 대상** : 고도몰 프로/프로플러스 (ver. 5.1.23.1206.5ccf2dd6)\
\
&#x20;**적용 일자** : <mark style="color:red;">**2024년 2월 21일(수) \[적용완료]**</mark>\
\
&#x20;**패치 내용** : 상품이미지 및 옵션이미지 기본 저장소(Web 저장소 → 클라우드 저장소) 변경\
\
&#x20;**패치범위 및 변경 변수**

* 관리자페이지 스킨
  * Admin/goods/goods\_list.php
  * Admin/goods/goods\_register.php
  * Admin/goods/goods\_register\_option.php
  * Admin/goods/goods\_register\_option\_stock.php
  * Admin/goods/layer\_goods\_list.php
  * Admin/share/base\_file\_storage.php
  * Admin/share/layer\_goods\_sale.php<br>
* 상품 등록, 수정, 삭제, 복사
  * Component/Goods/GoodsAdmin.php\
    -func (getDataGoods, saveInfoGoods, imageUploadGoods, imageUploadIcon, mobileapp\_imageUploadGoods, setCopyGoods, setDeleteGoods, setAdminListGoods, getGoodsRestockList)<br>
* 클라우드에 저장 된 이미지 노출
  * Board/Board.php - func (setGoodsDataPool, getExtraData)
  * Board/BoardBuildQuery.php - func (selectList, getExtraData)
  * Component/Cart/Cart.php - func getCartGoodsData
  * Component/Design/ListMouseover.php - func getImageData
  * Component/Excel/ExcelDataConvert.php - func setExcelGoodsDown
  * Component/Excel/ExcelGoodsConvert.php - func processCells
  * Component/Excel/ExcelRequest.php - func getGoodsGoodsList
  * Component/Goods/BandwagonPush.php - func setBandwagonPushData
  * Component/Goods/Goods.php - func (getGoodsDataDisplay, setGoodsListInfo, getGoodsView)
  * Component/Goods/GoodsObsConvertStatus.php - 신규추가 Component
  * Component/Goods/GoodsSearch.php - func getSearchedGoodsList
  * Component/Goods/RecommendGoods.php - func (getGoodsDataUser, getGoodsData)
  * Component/GoodsStatistics/GoodsSaleStatistics.php - func listsByOrder
  * Component/GoodsStatistics/GoodsStatistics.php - func (getGoodsStatisticsInfo, getGoodsOptionStatisticsInfo, getGoodsCategoryStatisticsInfo, getGoodsOptionCategoryStatisticsInfo, getGoodsMainStatisticsInfo)
  * Component/Marketing/DBUrl.php - func (getGoodsQuery, printDaumcpc)
  * Component/Marketing/FacebookAd.php - func selectGoodsInfo
  * Component/Nhn/Paycosearch.php - func getGoodsData
  * Component/Nhn/PaycosearchApi.php - func getGoodsImage
  * Component/Order/LogisticsOrder.php - func setOrderListForAdmin
  * Component/Order/Order.php - func (getOrderGoodsData, getLastOrderInfo)
  * Component/Order/OrderNew\.php - func (getOrderGoodsData, getLastOrderInfo)
  * Component/Order/OrderAdmin.php - func setOrderListForAdmin
  * Component/Order/OrderAdminNew\.php - func setOrderListForAdmin
  * Component/Payment/Payco/Payco.php - func getGoodsimages
  * Component/PlusShop/PlusReview/AbstractPlusReviewArticle.php - func convertGoodsData
  * Component/PlusShop/PlusReview/PlusReviewArticleFront.php - func getWritableOrderList
  * Component/PlusShop/PlusReview/PlusReviewDao.php - func selectBySno
  * Component/Service/Crema.php - func (createGoodsCsvFile, getGoodsImage)
  * Component/Wish/Wish.php - func getWishGoodsData
  * Component/Worker/AbstractDbUrl.php - func (selectGoodsGenerator, getGoodsImage)
  * Component/Worker/CriteoDbUrl.php - func selectGoodsGenerator
  * Component/Worker/DbUrl.php - func (run, getGoodsImage, setNaverDbUrl, setNaverDbUrlEP3, setPaycoDbUrl, setDaumDbUrl, setTgDbUrl)
  * Component/Worker/NaverBookDbUrl.php - func selectGoodsGenerator
  * Component/Worker/NaverDbUrl3.php - func selectGoodsGenerator
  * Component/Worker/PaycoDbUrl.php - func selectGoodsGenerator
  * Controller/Admin/Goods/GoodsPsController.php - func index
  * Controller/Admin/Goods/GoodsRegisterOptionController.php - func index
  * Controller/Admin/Goods/GoodsRegisterController.php - func index
  * Controller/Admin/Mobileappnew/MobileappGoodsRegisterController.php - func index
  * Controller/Admin/Share/LayerGoodsSaleController.php - func index
  * Controller/Front/Goods/NaverPayController.php - func index
  * Controller/Front/Goods/NaverPayWishController.php - func index
  * Controller/Front/Partner/NaverpayGoodsLinkController.php - func index
  * Controller/Front/Share/LayerOrderSearchController.php - func index
  * Controller/Mobile/Share/LayerOrderSearchController.php - func index<br>
* 상품이미지 테이블 컬럼 추가
  * Component/Database/DBTableField.php - func tableGoodsImage


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://godomall-help.nhn-commerce.com/faq/manage/patch-upgrade/patch_240221.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
