- Timestamp:
- 2008/01/08 13:45:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc
r16960 r16961 80 80 'div' => $arrInput['payment_class'] 81 81 ); 82 $arrVal["memo04"] = 'normal'; 82 83 } else { 83 84 // ¥¯¥¤¥Ã¥¯¥Á¥ã¡¼¥¸¤òÍøÍѤ¹¤ë¾ì¹ç … … 86 87 $objQuery->setorder("create_date DESC"); 87 88 $col = "order_id, order_tel01, order_tel02, order_tel03"; 88 $where = "memo01 = ? AND memo03 = ? AND memo04 is NULLAND customer_id = ? AND del_flg = 0";89 $where = "memo01 = ? AND memo03 = ? AND memo04 is 'normal' AND customer_id = ? AND del_flg = 0"; 89 90 $arrRet = $objQuery->select($col, "dtb_order", $where, array(MDL_ZEUS_ID, 'Success_order', $arrData['customer_id'])); 90 91
Note: See TracChangeset
for help on using the changeset viewer.
