diff --git a/wms/contract/contract-new-apply.php b/wms/contract/contract-new-apply.php index 4cb80b36..bf15e50a 100644 --- a/wms/contract/contract-new-apply.php +++ b/wms/contract/contract-new-apply.php @@ -16,7 +16,6 @@ $stmt = $conn->prepare($sql_str); $stmt->bindParam(':id',$id); $stmt->execute(); $contract = $stmt->fetch(PDO::FETCH_ASSOC); -print_r($contract); $accounttype = "M"; $sql_str = "SELECT * FROM account WHERE accounttype = :accounttype"; $stmt = $conn->prepare($sql_str); @@ -50,7 +49,6 @@ $stmt = $conn->prepare($sql_str); $stmt->bindParam(':mid', $mid); $stmt->execute(); $items = $stmt->fetchAll(PDO::FETCH_ASSOC); -print_r($items); ?> @@ -83,17 +81,13 @@ print_r($items);
未填寫
+ + +未填寫
未填寫
未填寫
-未填寫
-