#187 cart 테이블에 it_name 필드 추가

This commit is contained in:
chicpro
2013-05-16 10:17:09 +09:00
parent 0330e4633f
commit 59a802f997
13 changed files with 21 additions and 24 deletions

View File

@ -217,8 +217,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<?php
// 상품개별출력
$sql2 = " select c.it_name,
b.*
$sql2 = " select b.*
from {$g4['shop_order_table']} a
left join {$g4['shop_cart_table']} b on (a.uq_id = b.uq_id)
left join {$g4['shop_item_table']} c on (b.it_id = c.it_id)