#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

@ -59,8 +59,8 @@ $sql = " select a.od_id,
b.ct_point,
(b.ct_qty * b.ct_price) as ct_sub_amount,
(b.ct_qty * b.ct_point) as ct_sub_point,
c.it_id,
c.it_name,
b.it_id,
b.it_name,
c.it_opt1_subject,
c.it_opt2_subject,
c.it_opt3_subject,