Index: branches/dev/html/mobile/shopping/index.php
===================================================================
--- branches/dev/html/mobile/shopping/index.php	(revision 12655)
+++ branches/dev/html/mobile/shopping/index.php	(revision 12657)
@@ -371,4 +371,8 @@
             $objFormParam->setParam($_POST);
             
+           	$arrRet = $objFormParam->getHashArray();
+			print_r($arrRet);
+			$sqlval = $objFormParam->getDbArray();
+            
             // ÆþÎÏÃÍ¤Î¼èÆÀ
             $objPage->arrForm = $objFormParam->getFormParamList();
@@ -380,9 +384,5 @@
 //                $cnt++;
 //            }
-           
-           	$objQuery = new SC_Query();
-			$where = "order_temp_id = ?";
-			$arrRet = $objQuery->select("*", "dtb_order_temp", $where, array($uniqid));
-			$objFormParam->setParam($arrRet[0]);
+         
             
            $objPage->arrAddr[0]['zip01'] = $objPage->zip01;
