#187 cart 테이블에 it_name 필드 추가
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user