Index: /branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc
===================================================================
--- /branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc	(revision 15513)
+++ /branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc	(revision 15514)
@@ -85,5 +85,7 @@
 		$objQuery->setlimit(1);
 		$objQuery->setorder("create_date DESC");
-		$arrRet = $objQuery->select("order_id, order_tel01, order_tel02, order_tel03", "dtb_order", "memo01 = ? AND customer_id = ?", array(MDL_ZEUS_ID, $arrData['customer_id']));
+		$col = "order_id, order_tel01, order_tel02, order_tel03";
+		$where = "memo01 = ? AND memo03 = ? AND customer_id = ?";
+		$arrRet = $objQuery->select($col, "dtb_order", $where, array(MDL_ZEUS_ID, 'Success_order', $arrData['customer_id']));
 		
 		$arrPost = array(
