동시성 문제로 wr_seo_title 값이 중복되는 문제 수정 #293

This commit is contained in:
thisgun
2023-12-18 17:26:30 +09:00
parent 4f2f725de8
commit a061d6c863
8 changed files with 71 additions and 5 deletions

View File

@ -16,6 +16,8 @@ if( isset($row['it_seo_title']) && ! $row['it_seo_title'] ){
shop_seo_title_update($row['it_id']);
}
if (function_exists('check_case_exist_title')) check_case_exist_title($it, G5_SHOP_DIR, true);
if (!($it['ca_use'] && $it['it_use'])) {
if (!$is_admin)
alert('판매가능한 상품이 아닙니다.');