shop 테이블명 g5_shop 으로 변경
This commit is contained in:
@ -39,7 +39,7 @@ $sql = " select od_id,
|
||||
od_misu,
|
||||
(od_cart_price + od_send_cost + od_send_cost2) as orderprice,
|
||||
(od_cart_coupon + od_coupon + od_send_coupon) as couponprice
|
||||
from {$g5['shop_order_table']}
|
||||
from {$g5['g5_shop_order_table']}
|
||||
where SUBSTRING(od_time,1,10) between '$fr_date' and '$to_date'
|
||||
order by od_time desc ";
|
||||
$result = sql_query($sql);
|
||||
|
||||
Reference in New Issue
Block a user